32 64 bit memory differences

2007-11-02 Thread Gary Sewell
Hi, I have a couple of questions I’m hoping we can get a little help with… Firstly, we are running a mod_perl application on 4 separate servers due to its bulkiness. 2 x 32-bit servers (Debian 32-bit) with 4Gb RAM each 2 x 64-bit servers (Debian 64-bit) with 8Gb RAM each We have

RE: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)

2007-11-02 Thread Jan Dubois
PerlIO_teardown() calls PerlIO_debug(), which doesn't take an aTHX argument, but assumes the TLS still points to a valid interpreter (it contains a dTHX macro call). This seems like a bad assumption to me; calling PERL_SYS_TERM before all interpreters have been destroyed is a bug. Therefore I

Re: 32 64 bit memory differences

2007-11-02 Thread Fred Moyer
On Fri, 2 Nov 2007 7:47 am, Gary Sewell wrote: Firstly, we are running a mod_perl application on 4 separate servers due to its bulkiness. How many requests per second are you processing with each machine? Have you looked at profiling your application? We have found each apache instance is