Hi all, I relay the following documentation, which is new to ocaml 3.12: http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html#toc145
This is very likely to be relevant for some of our bindings, in particular ocaml-jack, which we were never able to fix. I am suspecting that the deadlock we observed where due to the fact the multi- threaded C code was calling ocaml stuff from an unregistered thread. With 3.12 it is now possible to register them. I am planning to test this with ocaml- flac, which shows this issue too. Also, they've renamed the blocking section primitives to the much more relevant acquire/release runtime.. Romain ------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d _______________________________________________ Savonet-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-devl
