----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
I have an applet calling a servlet repeatedly (as much as a second
between URL Connections). Every call seems to create a new socket
connection between the Apache Web Server and JServ. Each one is only
ESTABLISHED for a moment, but the port then stays in the TIME_WAIT
state. At first I didn't think this was a problem, as I thought ports in
this state could be reused prior to their full release if need be.
However, I think that this isn't the case once I start to pile on the
connections - and I'm only talking about 15 to 20 or so. I'm running on
NT, and I found a registry entry that I could add called
TcpTimedWaitDelay which allows me to reduce the TIME_WAIT to a minimum
30 seconds (default was 240 seconds) which has improved the situation. I
was wondering if anyone else had had this problem or knows of a way of
getting rid of the TIME_WAITs completely.
Web Server 1.3.12, JServ 1.1.2, NT4.
TIA, Dave.
------------------------------------------------------------------------
-----------------------------------------------------------------------
The information contained in this e-mail is confidential and solely for
the intended addressee(s).
Unauthorised reproduction, disclosure, modification, and/or distribution
of this email may be unlawful.
If you have received this email in error, please notify the sender
immediately and delete it from your
system. The views expressed in this message do not necessarily reflect
those of CMS WebView(tm) plc or any of its
associated companies. No e-mail received from CMS WebView(tm) plc or its
associated companies may bind the company
in any contract or grant any rights to any recipient or third party.
------------------------------------------------------------------------
-----------------------------------------------------------------------
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]