Results 1 to 1 of 1
I am trying to trace the functioning of the server when the client is stopped using SIGSTOP signal. I mean the server is waiting on sock_poll
But what happens inside ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-16-2012 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 29
Behaviour of server on SIGSTOP of client
I am trying to trace the functioning of the server when the client is stopped using SIGSTOP signal. I mean the server is waiting on sock_poll
But what happens inside this function and what is the queue which is maintained for this ..
Is it that when the client is stopped that time server maintains a queue .it adds each event to the list of events to wait on.
What are these events and what is the use of the queue.
Please help me out.........


Reply With Quote
