in reply to Re: AIX vs. Linux memory use
in thread AIX vs. Linux memory use

Dear Sam,

If you look at the perl -V output I supplied for AIX, you'll see that the AIX one is already compiled with threads.

(From the original post:

Here's how things are built: AIX: ... ... osname=aix ... archname=aix-thread-multi ... usethreads=define ... useithreads=define ...

)

(I already have a larege multi-platform suite of modules and scripts that I developing and using and the environments are set up as nearly identically as possible between Linux and AIX already since many / most of the scripts are able to run on either platform. So, I appreciate the input, but that's not the issue here.)

Kind regards

Derek.

Replies are listed 'Best First'.
Re^3: AIX vs. Linux memory use
by samtregar (Abbot) on Jan 29, 2007 at 21:11 UTC
    Right you are - must have misread the AIX config lines. Still, if I were you I'd try dropping threads from the Linux config. Perhaps AIX's threading libs are more stable than Linux's.

    -sam