in reply to
Re^2: Window + fork + Crypt::Random = pain
in thread
Window + fork + Math::Pari = pain
If the module isn't thread safe, a special windows build wouldn't avoid the problem.
Comment on
Re^3: Window + fork + Crypt::Random = pain
Replies are listed 'Best First'.
Re^4: Window + fork + Crypt::Random = pain
by
bsb
(Priest)
on Mar 08, 2007 at 04:10 UTC
Some C libraries can be compiled to be threadsafe but are not by default, eg.
SQLite
. (I admit that's probably not the case here)
[reply]
In Section
Seekers of Perl Wisdom