-----Original Message-----
From: Kevin Grigorenko [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 25, 2004 12:36 AM
To: [EMAIL PROTECTED]
Subject: [PHP] MySQL Scalability, part 2

Hi,

First, sorry for posting an attachment.  Second, I fixed my problem to
use
files, but I just had a general question:

Is it really scalable to use MySQL on every page hit as compared to
writing
to files?  Is it true that it only has a certain number of connections
it
can open at a time (20-30?), and the contention is larger?

[>>]  Yes mysql is  much faster than file writing. And you can open
multiple connection to it.

Visit 
http://dev.mysql.com/doc/mysql/en/Too_many_connections.html

Thanks,
Kevin

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



------------------------------------------------------------------------
--
Zareef Ahmed :: A PHP develoepr in Delhi ( India )
Homepage :: http://www.zasaifi.com

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.782 / Virus Database: 528 - Release Date: 10/22/2004
 

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

Reply via email to