User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 375,214 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,275 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser:
Views: 2840 | Replies: 1
Reply
Join Date: Sep 2004
Posts: 25
Reputation: billah_norm is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
billah_norm billah_norm is offline Offline
Light Poster

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

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

thanks in detail.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2003
Location: London, England
Posts: 281
Reputation: Roberdin will become famous soon enough Roberdin will become famous soon enough 
Rep Power: 7
Solved Threads: 6
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?

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb MySQL Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the MySQL Forum

All times are GMT -4. The time now is 3:06 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC