Re: Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.6.1 Slow on Debian Woody 3r2... NOW SEEMS TO WORK

2004-02-11 Thread Gerald Richter
> > Gerald if you would know why now embperl is faster, i think we would > like to know. > The LoadModule embperl_module ... loads only the C-part of Embperl, with your first configuration the Perl part is loaded at the time of the first request of each apache child, with the second config, the

Re: Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.6.1 Slow on Debian Woody 3r2... NOW SEEMS TO WORK

2004-02-11 Thread Gerald Richter
> > Gerald if you would know why now embperl is faster, i think we would > like to know. > The LoadModule embperl_module ... loads only the C-part of Embperl, with your first configuration the Perl part is loaded at the time of the first request of each apache child, with the second config, the

Re: Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.6.1 Slow on Debian Woody 3r2... NOW SEEMS TO WORK

2004-02-11 Thread Carlos Kassab
Hi all: Now i have changed the way to load Embperl. I create a file called apache2_modules.pl and in the file i put: use Apache2 (); use ModPerl::Util (); #for CORE::GLOBAL::exit use Apache::RequestRec (); use Apache::RequestIO (); use Apache::RequestUtil (); use Apache::Server (); use Apache::Se

Re: Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.6.1 Slow on Debian Woody 3r2

2004-02-11 Thread Carlos Kassab
Gerald, Here are the lines related to mod_perl and embperl: LoadModule perl_module modules/mod_perl.so PerlModule Apache::compat PerlModule APR::Table LoadModule embperl_module /usr/local/lib/perl/5.6.1/auto/Embperl/Embperl.so SetHandler perl-script PerlHandler Embperl Options ExecCGI AddType

RE: Perl,Embperl,mod_perl,Apache on windows XP

2004-02-11 Thread gavin.williams
I am afraid that is not helpful -Original Message- From: Ruben Safir Secretary NYLXS [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 14:19 To: Williams,GS,Gavin,XJH4 R Cc: [EMAIL PROTECTED] Subject: Re: Perl,Embperl,mod_perl,Apache on windows XP Use GNU/Linux On Wed, Feb 11, 2004 at 0

Re: Perl,Embperl,mod_perl,Apache on windows XP

2004-02-11 Thread Ruben Safir Secretary NYLXS
Use GNU/Linux On Wed, Feb 11, 2004 at 09:16:45AM -, [EMAIL PROTECTED] wrote: > Is there a recommended combination of versions for > > Perl,Embperl,mod_perl,Apache > > for running on a windows XP O/S? > > Any help/advice is gratefully recieved > > Gavin Williams > > -Original Me

Re: Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5 .6.1 Slow on Debian Woody 3r2

2004-02-11 Thread Alexander Hartmaier
Hi! Since yesterday I have exactly the same configuration as you (cause Fedora Core 1 and Whitebox 3.0 both segfault when using GD::Graph). I used apt to install apache2 and mod_perl (unstable tree). I installed all perl modules including embperl using CPAN ('perl -MCPAN -eshell' and then 'insta

Re: Perl,Embperl,mod_perl,Apache on windows XP

2004-02-11 Thread Gerald Richter
[EMAIL PROTECTED] wrote: > Is there a recommended combination of versions for > > Perl,Embperl,mod_perl,Apache > > for running on a windows XP O/S? > Embperl 2.0b10 mod_perl 1.xx Apache 1.3.xx Apache 2 isn't yet supported, because it needs thread support inside Embperl, which is planned for Embpe

Perl,Embperl,mod_perl,Apache on windows XP

2004-02-11 Thread gavin.williams
Is there a recommended combination of versions for Perl,Embperl,mod_perl,Apache for running on a windows XP O/S? Any help/advice is gratefully recieved Gavin Williams -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 04:34 To: [EMAIL PROTE