RE: [PHP] counter for HIGH traffic site

2002-04-08 Thread Miguel Cruz
On Mon, 8 Apr 2002, Matthew Walker wrote: > You definitely want to use MySQL for this. Ignore all those people who > recommended text file DBs. They are /SLOW/. MySQL is very very fast. I'll echo this. MySQL is hyperoptimized for this sort of transaction. It already has the databases open so that

RE: [PHP] counter for HIGH traffic site

2002-04-08 Thread olinux
ou keep you > indecies > > > down to a minimum. > > > > > > Jim Lucas > > > > > > - Original Message - > > > From: "Craig Westerman" > <[EMAIL PROTECTED]> > > > To: "php-general-list" > <[EMA

RE: [PHP] counter for HIGH traffic site

2002-04-08 Thread Matthew Walker
erman [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 11:58 PM To: php-general-list Subject: [PHP] counter for HIGH traffic site I'm needing counter for site that receives 60 to 80 hits a minute. Many I have tried cause excessive server load and need to be deactivated or they lose data and

RE: [PHP] counter for HIGH traffic site

2002-04-08 Thread SHEETS,JASON (Non-HP-Boise,ex1)
tiple clients loading pages. Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:56 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] counter for HIGH traffic site If it should be fast, avoid using mysql, just write a file with your numbe

Re: [PHP] counter for HIGH traffic site

2002-04-08 Thread heinisch
e sure you keep you indecies > > down to a minimum. > > > > Jim Lucas > > > > - Original Message - > > From: "Craig Westerman" <[EMAIL PROTECTED]> > > To: "php-general-list" <[EMAIL PROTECTED]> > > Sent: Saturd

Re: Re: [PHP] counter for HIGH traffic site

2002-04-08 Thread Adam Voigt
e - > From: "Craig Westerman" <[EMAIL PROTECTED]> > To: "php-general-list" <[EMAIL PROTECTED]> > Sent: Saturday, April 06, 2002 11:57 PM > Subject: [PHP] counter for HIGH traffic site > > > > I'm needing counter for site that rece

Re: [PHP] counter for HIGH traffic site

2002-04-08 Thread Jim Lucas [php]
al-list" <[EMAIL PROTECTED]> Sent: Saturday, April 06, 2002 11:57 PM Subject: [PHP] counter for HIGH traffic site > I'm needing counter for site that receives 60 to 80 hits a minute. Many I > have tried cause excessive server load and need to be deactivated or they > lose da

[PHP] counter for HIGH traffic site

2002-04-06 Thread Craig Westerman
I'm needing counter for site that receives 60 to 80 hits a minute. Many I have tried cause excessive server load and need to be deactivated or they lose data and return to zero without warning. All tried so far have been written in Perl. Anyone here know of a PHP counter that would handle HIGH tr