How many clients can access a PHP script at a time from a MySQL server?

Reply

Join Date: Sep 2004
Posts: 25
Reputation: billah_norm is an unknown quantity at this point 
Solved Threads: 0
billah_norm billah_norm is offline Offline
Light Poster

How many clients can access a PHP script at a time from a MySQL server?

 
0
  #1
Nov 8th, 2004
How many clients can access a PHP script at a time from a MySQL server?

thanks in detail.
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 282
Reputation: Roberdin will become famous soon enough Roberdin will become famous soon enough 
Solved Threads: 6
Team Colleague
Roberdin Roberdin is offline Offline
Supreme Evil Overlord

Re: How many clients can access a PHP script at a time from a MySQL server?

 
0
  #2
Nov 19th, 2004
PHP won't be interpreted on a MySQL server.
PHP scripts are interpreted on a PHP server, which may also be a MySQL server.

In any case, you may be aware that generally, a PHP script executes within miliseconds and the resultant data is then passed onto a webserver and onto the client while the PHP service goes idle or parses another script.

On Apache, multiple PHP service threads can be run simultaneously, meaning that many scripts can be interpreted and thus many more clients served in parallel.

I don't have exact figures, but generally the top figure is based on your hardware and OS configuration.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC