Hi all,

The story is:
                              http
NM app  <-------->   servlet

the app sends some request to servlet and will handle the response
after 5 minutes.
But in the servlet side, it handles the request too fast and always
sends response back to app in 30 seconds.

So I wonder is there a way to add some delay in tomcat to slow down
the speed of response?

I know invoking thread.sleep() in servlet is not recommend , so any
other way please?

B.R
Han

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to