On 16-06-2010, Paul Steckler <paul.steck...@nicta.com.au> wrote:
> I've written a wee Web server in OCaml that's compiled using the ocamlopt 
> from the
> Fedora MinGW distribution of ocaml.  I'm running the server in Windows 7.
>
> Sometimes after receiving several requests, the Unix.send call that sends a 
> response
> back to a Web client just blocks.  The send buffer is pretty large (64k), and 
> the data
> to be sent is always much less than that.
>
> 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 don't have a clue but maybe you can tell us more about "the pattern of
requests from the browser".

Regards,
Sylvain Le Gall

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to