Mukesh, Tim Funk's reply to your post earlier gave pretty good guidance as to what steps you need to take.
Your question/post has not changed so I'm not sure what you are asking. HTH - Richard -----Original Message----- From: mukesh [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 8:19 PM To: 'Tomcat Users List' Subject: Real time optimization problem Hi friends, Got to optimize a system, flow is explained below Request Scenario Step 1. User invokes a My webservice deployed on Tomcat 5.5. Tomcat 5.5 is connected to internet via Apache 2.0 + Mod_jk. Step 2. My Webservice forward request to application server Step 3. Application Server calls database (oracle) Step 4. After doing necessary database manipulation (insertion and some other checks), Application Server Construct Response Response Scenario Step1. after constructing response Application server calls User's webservice deployed on his end, via JSP. (application server --> JSP -->User's Web Service with nessary parameters Step 2.User's Webservice then returns the service to the User. Now, 1. User (and His Web service) is on some remote server (do not know the configuration of his server) 2. My Webservice + application server is on another system running linux 7.0, Apache2.0 + mod_jk and Tomcat5.5 + Axis1.3 3. Database (Oracle 8i) is on another server All three servers are connected via internet Problem One request-response cycle takes around 3 seconds while requirement is min 3 request-response per second.. I have removed all logs and other pritln statements which results in slight imporvment. Please how and where is the possibility for optimization? My Webservice is pretty simple, all connection are http connection except database (which must be using some other protocol) Your suggestions are highly appreciated. Kind regards Mukesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]