site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 2004-11-24 kl. 16.31 skrev Mark Gilbert: Folks I am communicating between CPUs using a socket. On the server side, I bind, then listen, then accept. On the client, I talk to the server through the socket This is all working perfectly, but I have one small problem How do I release the accept so I can terminate my thread and quit ? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... - When I quit, I need to unblock the last call to accept. (I am using a blocking call). I am sure this is really simple, but I am new to sockets, please give me any pointers (or handles...:-) Send the process a signal you are catching, the system call will then interrupt and return. -- Pelle Johansson <morth@morth.org> This email sent to site_archiver@lists.apple.com
participants (1)
-
Pelle Johansson