Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Window + fork + Crypt::Random = pain

by bsb (Priest)
on Mar 07, 2007 at 02:49 UTC ( [id://603556]=note: print w/replies, xml ) Need Help??


in reply to Re: Window + fork + Crypt::Random = pain
in thread Window + fork + Math::Pari = pain

I'm using the Math::Pari ppm but it's build process seems to only use the unix source PariBuild.pm
sub download_pari { my ($srcfile, $force) = (shift, shift); my $host = 'megrez.math.u-bordeaux.fr'; my $dir = '/pub/pari/unix/'; my($ftp, $ua, $base_url); ...
There is a windows build at ftp://megrez.math.u-bordeaux.fr/pub/pari/windows/ which may avoid the problem although I haven't yet tried to use it.

Thanks for your reply

Replies are listed 'Best First'.
Re^3: Window + fork + Crypt::Random = pain
by Anonymous Monk on Mar 07, 2007 at 07:02 UTC
    If the module isn't thread safe, a special windows build wouldn't avoid the problem.
      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)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603556]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found