954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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

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

thanks in detail.

billah_norm
Light Poster
25 posts since Sep 2004
Reputation Points: 10
Solved Threads: 0
 

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.

Roberdin
Supreme Evil Overlord
Team Colleague
282 posts since Feb 2003
Reputation Points: 63
Solved Threads: 6
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You