I get the following error:
An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
There are many articles on having more than 50 protocols bound on the server.
In my case it seems this error is encountered after some period of inactivity. For example, the system runs all day on a Friday, and then sits over the weekend. On Monday the users get timeouts with above-mentioned error. Only re-booting the server seems to help. The system is written in
vb.NET running on Framework 1.1.
Any thoughts?