Beginner |
|
Joined: Thu Nov 02, 2006 2:23 pm Posts: 33
|
Hey,
I have a webservice that get a string. The string contains complex events objects .The service parse the string by Jaxb (i used hyberjaxb2)
and save each event in a different session to the DB.
I wrote 3 clients (on differents computers) that sends events to the webservice (each client have 10 threads).
It took around 2 seconds to each event to be stored in the DB (i measured the client time, so it is include soap and parse)
It is too much time.
Can you give me reference to article or suggestions on how to monitor the problem.
I use tomcat as a server to the soap and to the webservice.
I dont know if it the MySql or the webservice or the jaxb....
Events is a complex object that have reference to additional tables.
Thank you.
|
|