> Dan Muey <[EMAIL PROTECTED]> wrote: > > > > If you want it to run like mod_php use mod_perl. Someone said that > > not using mod_perl "increases dramatically the startup". > Yeah by like > > zillionth of a second. > > Hi Dan, > > And remember that the "startup" can also include loading modules, connecting to an > RDMS, parsing XSL stylesheets, etc...
Right but what I meant was "all things else being the same" . IE a perl script that connects to a database and adds 100,000 records will be slower than php script that print "Hello, World" and vice versa. So what I meant was take a script of each that does the exact same thing. The non mod_perl perl script will not have "dramatically increased startup". It may have, I believe I said, a zillionth of a second difference. The point was that mod_php isn't a zillion times faster than a non mod_perl script. That's what bugs the crap out of me about PHP people. They're so dramatic about how wonderful PHP is when it does the same stuff, and usually less, than lots of other scripting languages, not just perl. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]