Hello I want to have non-blocking sockets for a UDP client/server. I use the Unix.set_nonblock which works fine in Linux, but the manual tells me that in Windows (Win32):
"set_nonblock, clear_nonblock implemented as dummy functions; use threads instead of non-blocking I/O" I would like to avoid threads, and on the other hand there is the ioctlsocket function in Windows which seems to do it. So why isn't this implemented in ocaml ? http://msdn.microsoft.com/en-us/library/ms738573 -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
