Re: [PHP] MySQL Scalability, part 2

2004-10-25 Thread Curt Zirzow
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 MyS

RE: [PHP] MySQL Scalability, part 2

2004-10-24 Thread Zareef Ahmed
hmed -Original Message- From: Zareef Ahmed [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 8:41 AM To: 'Kevin Grigorenko'; [EMAIL PROTECTED] Subject: RE: [PHP] MySQL Scalability, part 2 -Original Message- From: Kevin Grigorenko [mailto:[EMAIL PROTECTED] Sent: M

RE: [PHP] MySQL Scalability, part 2

2004-10-24 Thread Zareef Ahmed
-Original Message- From: Kevin Grigorenko [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 8:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] MySQL Scalability, part 2 "Zareef Ahmed" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -Original

Re: [PHP] MySQL Scalability, part 2

2004-10-24 Thread Kevin Grigorenko
> > 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

Re: [PHP] MySQL Scalability, part 2

2004-10-24 Thread Kevin Grigorenko
"Zareef Ahmed" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -Original Message- > From: Kevin Grigorenko [mailto:[EMAIL PROTECTED] > Sent: Monday, October 25, 2004 12:36 AM > To: [EMAIL PROTECTED] > Subject: [PHP] MySQL Scalability, part

RE: [PHP] MySQL Scalability, part 2

2004-10-24 Thread Zareef Ahmed
-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

[PHP] MySQL Scalability, part 2

2004-10-24 Thread Kevin Grigorenko
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?