J
Jeronimo Bertran
I have a client application that connects to a TCP server and uses the
Socket class. The application connects every 10 minutes to the server and
exchanges information. The application runs fine but we have been having a
problem after running it for several days where we receive a socket
exception when trying to connect to the server using Socket.Connect. The
exception information is the following:
WSAENOBUFS
(10055)
No buffer space available.
An operation on a socket could not be performed because the system lacked
sufficient buffer space or because a queue was full.
I suspect that the application may not be freeing some resource under some
conditions but haven't been able to find the problem.
Is there any way to monitor these resources or resolve the problem?
Thanks
Jeronimo
Socket class. The application connects every 10 minutes to the server and
exchanges information. The application runs fine but we have been having a
problem after running it for several days where we receive a socket
exception when trying to connect to the server using Socket.Connect. The
exception information is the following:
WSAENOBUFS
(10055)
No buffer space available.
An operation on a socket could not be performed because the system lacked
sufficient buffer space or because a queue was full.
I suspect that the application may not be freeing some resource under some
conditions but haven't been able to find the problem.
Is there any way to monitor these resources or resolve the problem?
Thanks
Jeronimo