I didn't do anything ... the only problem I have is that my app. is not very fast, and that is because it has to wait for tomcat to close the connection, but tomcat closes the connection a lot later (ca 1 minute).
My question is now if there is a way to tell tomcat that all data has been written an that the connection can be closend!?



Jose Euclides da Silva Junior - DATAPREVRJ wrote:
why did you do that? TCP/IP takes care of connection closing for you.Whatis
your real problem?

-----Mensagem original-----
De: Sebastian Klenk [mailto:[EMAIL PROTECTED]
Enviada em: terca-feira, 23 de dezembro de 2003 13:15
Para: [EMAIL PROTECTED]
Assunto: TCP-FIN problem


Hi everybody,


I have an application which calls a webpage (servlet) and parses the response. Now my problem is that the application waits for the closing of the connection (FIN,ACK) wich acures ca 1 minute after the data has been sent.
I tried setting content-length header but that doesnt help!
does anybody have any advice fore me?


thanks in advance
Sebastian



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


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





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



Reply via email to