Browse thread
Unix.send blocks
-
Paul Steckler
- Sylvain Le Gall
-
Török_Edwin
- Sylvain Le Gall
- David Allsopp
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Sylvain Le Gall <sylvain@l...> |
| Subject: | Re: Unix.send blocks |
On 16-06-2010, Török Edwin <edwintorok@gmail.com> wrote: > On 06/16/2010 10:32 AM, Paul Steckler wrote: > > You could set the socket to nonblocking mode (and check with 'select' > whether you can send), but according to the manual that doesn't work on > the native windows port of OCaml. > select works on Windows with latest version of OCaml. But there were a couple of bugs corrected in version 3.12 (esp. O_NONBLOCK + select). Next version will be safer for the use of select on Windows. Regards, Sylvain Le Gall