Hi,
Hopefully somebody out there can answer this question:
If a client application crashes/dies, is there any way the server application would notice?
i.e. if a server application has forked a child process to deal with a given client app's requests and, after a few request/response...
Hi,
We have a TCP/IP server program that that DOES NOT spawn child processes to deal with client requests, but instead spawns new threads on dedicated lightweight processes (LWP's). It has been ported from Windows, and I am attempting to run this on a Unixware 7 box with multiple processors...
Hi, I'm having loads of problems with sockets.
I'm writing a C client program, and have a third party server program, and my own test harness server. My client communicates with the two servers using stream sockets. All exist on the same Unixware 7 platform.
When I call recv() (with no flags...
Hi, I'm having loads of problems with sockets!
I'm writing a C client program, and have a third party server program, and my own test harness server. When I call recv() on a socket connected to my test harness server program, I get a large string of data returned all in one go. When I use the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.