[FIXED] r279 - stop/restart doesn't work
#7
I think I found it. On linux, just closing a socket filedescriptor in one thread doesn't wake up the thread blocked on an accept() or select() for the same socket. The fix is to call shutdown for that socket fd before closing.
Fixed in rev 283.
Reply
Thanks given by:


Messages In This Thread
RE: r279 - stop/restart doesn't work - by xoft - 02-17-2012, 05:21 AM
RE: r279 - stop/restart doesn't work - by tbar - 02-17-2012, 05:59 PM
RE: r279 - stop/restart doesn't work - by xoft - 02-17-2012, 06:51 PM
RE: r279 - stop/restart doesn't work - by tbar - 02-17-2012, 08:05 PM
RE: r279 - stop/restart doesn't work - by xoft - 02-17-2012, 09:01 PM
RE: r279 - stop/restart doesn't work - by xoft - 02-17-2012, 11:11 PM
RE: r279 - stop/restart doesn't work - by tbar - 02-18-2012, 08:41 PM



Users browsing this thread: 2 Guest(s)