ab> I use AXIS 1.1 and from time to time I get the following error ab> message: ab> java.net.BindException: Address in use: connect
You've exhausted all the client sockets. This often happens when you crank through a lot of connections in a short period of time. If you run netstat, you'll probably find tons of sockets in the TIME_WAIT state. This is natural, and every operating system provides tunables for the TCP/IP stack to reduce it. Here's a pretty good explanation of linger time and the TIME_WAIT state. -- [EMAIL PROTECTED] (WJCarpenter) PGP 0x91865119 38 95 1B 69 C9 C6 3D 25 73 46 32 04 69 D6 ED F3
