
30 Dec
2006
30 Dec
'06
9:55 p.m.
I am trying to write a toy echo server that can handle multiple connections. I would like to be able to test and see if there are any connections waiting to be accepted on a socket. In C and related languages I would use something like select or poll to be nice to the OS, what would I use with the current haskell libs given that I can't seem to find a function to test if accept would block or not? -mdg -- Our problems are mostly behind us, now all we have to do is fight the solutions.