[
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: | Julien Boulnois <jboulnois@r...> |
| Subject: | Re: Re: [Caml-list] Socket and Threads on windows |
> According to the manual, none of *_channel_of_descr works on sockets >on Windows 95/98/Me. What are you using ? I have see this issue but I'm using windows xp. When I compile my program with pure cygwin, the code works fine but when i make cygwin-free compilation, its blocking. I think the receive loop in thread block the send. I will test your code anyway. Thanks Julien Boulnois