Hi there,
 
I have a problem... I'm using a servlet which is called by a cgi script. The script sends some parameters to the servlet which is performing some operations on them (those operations completion could require some time). The script should not wait until the servlet finishes its doGet() method. It doesn't require anything from servlet..
 
When the caller script will consider that its request has been responded ? It must wait untill doGet() method returns ?
It is not enough to close the servlet's OutputStream() for that ?
 
Some help will be appreciated...
 
-----------------------------------------------------
Cristian Saceanu
WebQuote.com Inc.
[EMAIL PROTECTED]

Reply via email to