Re: Apache : mod_perl vs fastcgi

2000-07-07 Thread David Hodgkinson
Dana Powers [EMAIL PROTECTED] writes: FastCGI with perl may or may not be that fast. I could be totally wrong here but I believe that FastCGI will be able to cache the perl runtime, but perl will still have to reload and recompile any scripts during every hit. Not true. You put some code

Re: Apache : mod_perl vs fastcgi

2000-07-07 Thread Gunther Birznieks
In addition, you can read the CGI.pm documentation on the use of Perl/CGI.pm with FastCGI and you'll be good to go with that get next request technique. At 08:14 AM 7/7/00 +0100, David Hodgkinson wrote: Dana Powers [EMAIL PROTECTED] writes: FastCGI with perl may or may not be that fast. I

Apache : mod_perl vs fastcgi

2000-07-06 Thread Yury XTC
Hi! Instaled : FreeBSD 4.0 + Apache 1.3.12 + mod_perl 1.24 + FastCGI 0.52 1) I installed apache with mod_perl - the speed increased.But I didn't understand HOW mod_perl optimizes use of resources and increases speed ? Does it share perl interpreter, script or anything else? 2) Then I installed

Re: Apache : mod_perl vs fastcgi

2000-07-06 Thread Pramod Sokke
1) I installed apache with mod_perl - the speed increased.But I didn't understand HOW mod_perl optimizes use of resources and increases speed ? Does it share perl interpreter, script or anything else? The Perl runtime library is linked into the server. The persistent interpreter embedded in the

Re: Apache : mod_perl vs fastcgi

2000-07-06 Thread Dana Powers
On Thu, 06 Jul 2000, Pramod Sokke wrote: 1) I installed apache with mod_perl - the speed increased.But I didn't understand HOW mod_perl optimizes use of resources and increases speed ? Does it share perl interpreter, script or anything else? The Perl runtime library is linked into the

mod_perl vs fastcgi

2000-07-05 Thread Yury XTC
Hi! Instaled : FreeBSD 4.0 + Apache 1.3.12 + mod_perl 1.24 + FastCGI 0.52 1) I installed apache with mod_perl - the speed increased.But I didn't understand HOW mod_perl optimizes use of resources and increases speed ? Does it share perl interpreter, script or anything else? 2) Then I installed

Re: mod_perl vs. FastCGI

2000-06-22 Thread Ajit Deshpande
On Thu, Jun 22, 2000 at 09:36:44AM -0400, Vivek Khera wrote: "ES" == E S [EMAIL PROTECTED] writes: ES Why's that? I'm relatively new to mod_perl, at least in the sense of what ES I've been using it for - what're the advantages of going with the direct ES handler interface as opposed to

Re: mod_perl vs. FastCGI

2000-06-21 Thread David Hodgkinson
"Scott Thomason" [EMAIL PROTECTED] writes: I know this must have been discussed before, but a mailing list archive search on "fastcgi" didn't turn up much. What guidelines do you folks follow to determine whether FastCGI or Apache::Registry is a better choice? I've 90% written a little

RE: mod_perl vs. FastCGI

2000-06-21 Thread Jerrad Pierce
There was a recent article in WebTechniques comparing the two http://www.webtechniques.com/archives/2000/05/infrrevu/ -Original Message- From: Scott Thomason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 4:56 PM To: [EMAIL PROTECTED] Subject: re: mod_perl vs. FastCGI You

re: mod_perl vs. FastCGI

2000-06-21 Thread Vivek Khera
"ST" == Scott Thomason [EMAIL PROTECTED] writes: ST in the past, and spent many agonizing hours cleaning up one-shot ST CGI scripts so they would work (and on some, I just plain gave up ST and let them run slow). Last project, I gave FastCGI a whirl (via I wonder how these scripts on which you

Re: mod_perl vs. FastCGI

2000-06-21 Thread Devin Ben-Hur
Scott Thomason wrote: So, given that, here's the question again: why would you choose Apache::Registry over FastCGI? I want to be a believer... First, I don't really recommend Registry, if you're serious about your system you should use the direct handler interface and not just port a bunch of

Re: mod_perl vs. FastCGI

2000-06-21 Thread E.S.
On Wed, 21 Jun 2000, Devin Ben-Hur wrote: Scott Thomason wrote: So, given that, here's the question again: why would you choose Apache::Registry over FastCGI? I want to be a believer... First, I don't really recommend Registry, if you're serious about your system you should use the