[PHP-DB] PHP-Mysql speed

2003-10-12 Thread Karina S
Hello,

I use PostNuke witm Mysql 4 on my php site and I have about 6000 visitors
pro day. The server is a 2,4Ghz P4 with 1Gb RAM. My problem is that the
server run on 40-45%.

As I know PostNuke use ADO connection. Are the normal Mysql php function
faster than the ADO variant? How big is the difference?
Zend PHP Optimizer can help for me?
How is it possible to handle 40-50,000 visitors?

Thanks!

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] PHP-Mysql speed

2003-10-12 Thread Lester Caine
As I know PostNuke use ADO connection. Are the normal Mysql php function
faster than the ADO variant? How big is the difference?
ADO just wraps the base functions.

Zend PHP Optimizer can help for me?
Probably a bit

How is it possible to handle 40-50,000 visitors?
A second machine with Firebird database on ( Linux ), and
keep Apache/PHP on the first machine. It will be 5-6 times
faster, so you may still need to speed up on or other
machine depending on where the bottleneck is.
--
Lester Caine
-
L.S.Caine Electronic Services
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php