MyLifeLabs / nproc

Process pools for OCaml
Other
29 stars 6 forks source link

Occasional hanging #5

Open mjambon opened 10 years ago

mjambon commented 10 years ago

A particular call to submit hangs in a program of ours that uses Nproc to perform synchronous calls to mysql. The program is compiled to native code on amd64 linux with ocaml 4.01.0+beta1 and lwt 2.4.3.

Hanging also occurs in the toplevel, but systematically which is less of a problem.

More details will follow. Hopefully. Or not.