IQRP pools 1024 closed sockets in a thread context. Could that be the cause of a problem? Is there any limit on the number of sockets/thread? And in the worker thread, we have 512 client and server sockets per thread.
Regards, SZ On 2/23/08, Fastream Technologies <[EMAIL PROTECTED]> wrote: > > It is Win2003 R2 Ent. and has 4GB RAM! Will tell the customer to check for > sockets... > > Thanks, > > SZ > > > On 2/23/08, Francois PIETTE <[EMAIL PROTECTED]> wrote: > > > > All sockets are used. > > There is a maximum number of concurrent sockets available for a given > > OS/Config, all applications. You reached that maximum. Either because of > > heavy trafic or because you leak some resource somewhere. Use "netstat > > -a" > > to list all socket, or use TcpView from SysInternals.org. > > > > Be sure to use a server OS and not a workstation. Also use the maximum > > RAM > > possible. > > > > -- > > [EMAIL PROTECTED] > > The author of the freeware multi-tier middleware MidWare > > The author of the freeware Internet Component Suite (ICS) > > http://www.overbyte.be > > > > > > ----- Original Message ----- > > From: "Fastream Technologies" <[EMAIL PROTECTED]> > > To: "ICS support mailing" <[email protected]> > > Sent: Saturday, February 23, 2008 8:51 AM > > Subject: [twsocket] How can an ICS server can cause Windows RDP to > > stopworking? > > > > > > > Hello, > > > > > > Yes our reverse proxy under some conditions such as heavy load and > > enabled > > > keep-alive support, simply makes the server requiring a reboot. > > Otherwise, > > > it is inaccessible--neither on ICS server ports, nor others such as > > RDP or > > > Radmin. Any idea how it could be? > > > > > > Regards, > > > > > > SZ > > > -- > > > To unsubscribe or change your settings for TWSocket mailing list > > > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > > > Visit our website at http://www.overbyte.be > > > > -- > > To unsubscribe or change your settings for TWSocket mailing list > > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > > Visit our website at http://www.overbyte.be > > > > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
