Re: performance regarding mod_perl vs mod_c with embedded perl

2002-09-11 Thread Pierre Laplante
On Wed, 11 Sep 2002, Perrin Harkins wrote: Pierre Laplante wrote: If I compiled a c module that embed a perl interpreter and I benchmark this again the same module in mod_perl I got a big difference in favor of mod_c. It will be hard for anyone to give you a good answer unless you

performance regarding mod_perl vs mod_c with embedded perl

2002-09-10 Thread Pierre Laplante
If I compiled a c module that embed a perl interpreter and I benchmark this again the same module in mod_perl I got a big difference in favor of mod_c. For example mod_c give with ab: Requests per second:674.76 [#/sec] (mean) Time per request: 11.86 [ms] (mean) Time per request:

Performance issue

2002-08-20 Thread Pierre Laplante
Does any body has performance data regarding mod_perl 2.0 vs mod_perl 1.0? What is the stability of mod_perl 2.0? Any body using it in production? thanks.

Re: readdir()

2001-08-16 Thread Pierre Laplante
Tellme Networks, Inc. 1-800-555-TELLFax 650-930-9101 -- -- Pierre Laplante SedNove Inc.

Confusion between script in mod_perl (fwd)

2001-01-15 Thread Pierre Laplante
::Registry (); # for things in the "/programs" URL # pull in things we will use in most requests so it is read and compiled # exactly once use CGI (); CGI-compile(':all'); use CGI::Carp (); use DB_File; The version of my program are: Apache/1.3.12 (Unix) mod_perl/1.24 Any Idea why its doin

Confusion between script in mod_perl

2001-01-11 Thread Pierre Laplante
::Registry (); # for things in the "/programs" URL # pull in things we will use in most requests so it is read and compiled # exactly once use CGI (); CGI-compile(':all'); use CGI::Carp (); use DB_File; The version of my program are: Apache/1.3.12 (Unix) mod_perl/1.24 Any Idea why its doin

Segmentation Fault

2000-06-07 Thread Pierre Laplante
. Any idea? thanks. -- Pierre Laplante SedNove Inc.