2014-06-25 4:50 GMT+02:00 Sturla Molden <[email protected]>: > In general, only POSIX APIs are safe to use on both sides of a fork
Actually, "only a short list of async-signal-safe library routines" [1, 2]. Practically all of POSIX is off-limits after fork in a multithreaded program. [1] http://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html [2] http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
