
15 Apr
2006
15 Apr
'06
7:46 p.m.
On 15.04 23:28, Johan Henriksson wrote:
* Timeouts are messy to implement
http://happs.org/HAppS/src/HAppS/Util/TimeOut.hs
I guess the most reasonable solution (doesn't break current programs) is a new lower level interface that has been better planned to play well with threads and FFI. since these topics are already on your table, I think it would be good timing to look over the sockets interface.
Here is some stuff for an alternative way to do Network: http://www.cs.helsinki.fi/u/ekarttun/network-alt/ Uses the following extensions: * FFI * mdo (for epoll only) - Einar Karttunen