Hello

I am wondering with pure theoretical task. Is there a posibility to
unlock the recv function without making the socket nonblocking? Lets
assume that we have our server and client:

server <---network ---> client

Server callend the recv function and waits for the data from client
soo its blocked in wait_queue. The socket is in nonblocking state. Can
this proces/thread be unblocked on demand?

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to