![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Generating files with time interval of fifteen minutes | aajan | Shell Programming and Scripting | 0 | 09-25-2007 02:54 AM |
| Process wait time | chandrakala.sg | SUN Solaris | 1 | 09-19-2007 02:04 AM |
| Need to execute 2 scripts, wait, execute 2 more wait, till end of file | halo98 | Shell Programming and Scripting | 1 | 08-01-2006 05:42 PM |
| change time interval for /proc/loadavg calculation | Rakesh Ranjan | High Level Programming | 2 | 05-12-2006 05:48 AM |
| default time in Solaris 8 for time-wait | eloquent99 | UNIX for Dummies Questions & Answers | 1 | 04-01-2003 10:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Time Wait interval
What is the time_wait interval for Solaris 8/9??? and is it configurable???
For example sometimes a clients pc will freeze up dropping the connection, closing the port. The problem is on our side our system still thinks their logged in (until it realizes it dropped on the otherside and drops on our side) and won't let them in until about 6-10 minutes later. Is there a way to configure the time_wait interval to something shorter. any info you can spare will be much appreciated Thanks in advance |
|
|||||
|
You'll find that some clients are rude and tend to ignore standards (such as MS Explorer). You want to reduce the amount of time a closing TCP circuit can stay in the TIME_WAIT state. Dropping these no longer active connections will free resources. On solaris:
ndd -set /dev/tcp tcp_time_wait_interval 60000 will set the TIME_WAIT limit to 60 seconds. You should take a look at: http://www.sean.de/Solaris/soltune.html for more information. Cheers, Keith |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|