[PHP] how fast is php

2001-03-15 Thread Randy Johnson

I have a question.  can a 1 php script access a mysql database more than 10
times a second  it's a simple updated statement?   if it can how many
times do you think it can access the database in a second?

thanks randy



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] how fast is php

2001-03-15 Thread David Robley

On Fri, 16 Mar 2001 12:34, Randy Johnson wrote:
 I have a question.  can a 1 php script access a mysql database more
 than 10 times a second  it's a simple updated statement?   if it
 can how many times do you think it can access the database in a second?

 thanks randy

On which machine? Under how much load? Using what operating system?

Write a script that does what you want and put a timer on it.

-- 
David Robley| WEBMASTER  Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]