Hello,

I have started an external process from servlet's doPost method
(using Runtime.exec method). The process continues to work
after return from doPost.

The servlet receives and processes subsequent requests from
the same session.

But in case of session timeout it stop working.

The servlet does not receive the next request after timeout
until I manually kill the external process.

But if I repeat the pending request (without stopping the
external process), my servlet receives it and responds.

The pending request is received only when I kill the external
process.


Can anybody explain me why it is so and what I should do
in order to run external processes without problems?

I am running Tomcat 4.1.18 on Windows NT, both under
Apache and standalone

Pavel Grozman
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to