[Bug libgcj/29604] Race condition in ServerSocket.accept()

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Oct 26 17:58:00 GMT 2006



------- Comment #3 from tromey at gcc dot gnu dot org  2006-10-26 17:58 -------
Instead of directly calling accept we could select or poll on the fd.
This would let us have a timeout or an interrupt or something.
For all I know poll would react more gracefully to another thread
closing the fd -- but I haven't tried that.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29604



More information about the Java-prs mailing list