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 fas
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 co
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 th
>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 th
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
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
> "TF" == Todd Federman <[EMAIL PROTECTED]> writes:
TF> cluster with Apache/mod_perl servers and static content on another
TF> cluster just running Apache, but even the mod_perl_tuning doc suggests
TF> that this is suboptimal for a heavily dynamic site. (Maybe it's not?)
Having your images o
Perrin Harkins <[EMAIL PROTECTED]> writes:
> On Thu, 22 Jun 2000, Todd Federman wrote:
>
> > So, my main question: Is there a way to use mod_perl with remote
> > execution, or at that point is it just silly not to go with fastcgi?
>
> Not sure how you missed it, but go and read the discussion
On Thu, 22 Jun 2000, Todd Federman wrote:
> So, my main question: Is there a way to use mod_perl with remote
> execution, or at that point is it just silly not to go with fastcgi?
Not sure how you missed it, but go and read the discussion of using a
reverse proxy with mod_perl in the guide or th
I'm not trying to start a debate; I've already read a lot of mod_perl
vs. fastcgi advocacy threads, but I have a specific question or two I
haven't been able to find answered anywhere yet.
I have to do a large, heavily dynamic web site in Perl. It is a
requirement that
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
> "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 registry?
We had a big discussion about this about a month
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 t
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 o
On Wed, 21 Jun 2000, Scott Thomason wrote:
> So, given that, here's the question again: why would you choose
> Apache::Registry over FastCGI?
If you're developing from scratch, why would you choose Apache::Registry
at all when you can write directly to the Apache API with a mod_perl
handler?
But
Actually, I recently finished a FastCGI authenticator. The mod_fastcgi module provides
the equivalent hooks into the Apache authentication mechanism. It allows you to
configure httpd.conf in a manner nearly identical to normal basic authentication. But
the question remains: for speed, why Apach
> "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
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
You said:
> Most people on this list probably have already determined that
> mod_perl is better for their own needs. That`s why I`m here, at
> least.
>
> But "better" is a very subjective term, and you need to define your
> parameters. What are your goals, what are your constraints, what is
> yo
"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
> "ST" == Scott Thomason <[EMAIL PROTECTED]> writes:
ST> I know this must have been discussed before, but a mailing list
ST> archive search on "fastcgi" didn't turn up much. What guidelines
ST> do you folks follow to determine whether FastCGI or
ST> Apache::Registry is a better choice?
Most
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?
TIA,
---scott
22 matches
Mail list logo