------- 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