"Hongda Lin" <[EMAIL PROTECTED]> writes:
To: <[EMAIL PROTECTED]>
Sent: Friday, August 16, 2002 12:49 AM
Subject: RE: Http 1.0 session


> Thank you for replying my questions. I meant HTTP 1.0 connection. You
> said: " This timeout is often
> configurable on the server, but is usually something like 10 or 15
> seconds.
> It is almost never longer on even moderately busy servers."

HTTP session timeout is a property of the HTTP server's config.

> How do I configure timeout on the server side? In my application,
> depending on the request, responds might take more than 20 minutes,
> sometimes hours to compute. Unless I can determine how long it takes
> before the connection timeout and renew the connection, the client may
> never get the responds from server.

Config is dependent on the server you use .. look at the docs
for the server you're using.

> Do you know any links that shows me how to setup IIS with apache SOAP?

You'd need to install a servlet container, like Tomcat or ServletExpress
with IIS. Then follow the usual instructions.

Sanjiva.



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

Reply via email to