Realize that somewhere between 60 and 80 percent of performance problems are
poorly writen queries. I agree that if you are looking at PHP or Perl and
wondering about speed you are worring about the wrong thing up front. If
it's any consolation prize cmdrtaco from slashdot prefers Perl to PHP though
I don't know why for sure.

Cheers,
Wes

> -----Original Message-----
> From: Jan Steinman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 11, 2002 11:52 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Perl vs. PHP with MySQL - performance?
>
>
> >From: Angel Flow <[EMAIL PROTECTED]>
> >
> >Would like to ask people's thoughts on whether Perl or
> >PHP has higher performance with MySQL.
>
> Since both of these use memory buffers for communication, I think
> performance for all but the most trivial cases will be determined
> by the disk-speed-constrained database, NOT by the glue.
>
> Assuming your time is worth anything, pick your language based on
> clean design, speed of implementation, and maintenance effort,
> then throw hardware (relatively cheap, compared to human
> resource) at the problem if it's too slow.
>
> ---- SQL SQL SQL SOL ----
> --
> : Jan Steinman -- nature Transography(TM): <http://www.Bytesmiths.com>
> : Bytesmiths -- artists' services: <http://www.Bytesmiths.com/Services>
> : Buy My Step Van! <http://www.Bytesmiths.com/van>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to