>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

Reply via email to