LWN.net Logo

A strategy for dealing with a flaky computer

A strategy for dealing with a flaky computer

Posted Oct 15, 2009 9:06 UTC (Thu) by ramdyne (subscriber, #536)
In reply to: A strategy for dealing with a flaky computer by dlang
Parent article: A strategy for dealing with a flaky computer

That sounds very much like an FD_SET overflow (using select() ) I read about this morning in relation to an Asterisk problem.

--
Andreas


(Log in to post comments)

A strategy for dealing with a flaky computer

Posted Oct 16, 2009 4:51 UTC (Fri) by njs (guest, #40338) [Link]

A quick poke at strace reveals that firefox uses poll, not select. Clever thought, though...

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds