For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > August 2004 > performance-issue with different mysql-approaches?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author performance-issue with different mysql-approaches?
Andre Bischof

2004-08-23, 8:56 pm

Hello,

is performance/ressource an issue if I use different kinds of
mysql-connections at the same time?

To explain: First I developed with native mysql_*() functions, then came
PEAR, which uses different DB-abstraction layers. But they do all use
mysql_*() at last, don't they?

So do I get mysql connections in parallel with my simultanouse use of
native php-mysql functions and pear packages using different (DB, MDB,
Adodb) abstraction layers?

Of course more ressources for the instances of classes are needed, sure,
but what about mysql-connections?

Thanks in advance and all the best
André
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com