06-30-04 08:37 AM
Shea Martin <smartin@arcis.com> writes:
>ndd /dev/tcp tcp_time_wait_interval gives 60000. I could probably change t
his
>to 600 or something like that.
You shouldn't do that (it is likely to cause breakage and may cause in fligh
t
data coruptioN); your problem is not closing file descriptors:
e.g.,:
>aq_server 4804 sheam 210u IPv4 0x30586ae99f0 0t124 TCP zelda:65198-
>daisy:34114 (CLOSE_WAIT)
indicates that "daisy" has closed the connection but that "aq_server"
is keeping the connection open.
Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
[ Post a follow-up to this message ]
|