Browse thread
Unix.send blocks
-
Paul Steckler
-
Sylvain Le Gall
- Christoph Bauer
- Török_Edwin
- David Allsopp
-
Sylvain Le Gall
[
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: | Christoph Bauer <christoph.bauer@l...> |
| Subject: | RE: [Caml-list] Re: Unix.send blocks |
> While it's easy to reproduce the error (a certain pattern of requests > from the browser), I can't tell what particular conditions cause the blocking behavior. > > Any help appreciated. I guess you are using Unix.select. There is (was) a bug in the windows select implementation. It had problems with the GC. http://caml.inria.fr/mantis/view.php?id=4844 Just an idea. Christoph Bauer