I'm using the Concurrent-module to write some daemonish programs which use Sockets. I use threadWaitRead to suspend the thread to keep it from blocking on accept(). The trouble is that the RTS will complain about "No threads to run, deadlock?!" after some time. Is there any way to prevent this (by command-line option)? (Anyways, dying because of *that* in a function called *threadWait...* sounds a little bit... unwise?) Thanks in advance, Volker -- Volker Stolz * [EMAIL PROTECTED] * PGP
- RE: How to keep Concurrent-Haskell running? Volker Stolz
- RE: How to keep Concurrent-Haskell running? Simon Marlow
