•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 423,546 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 4,026 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 PHP advertiser: Lunarpages PHP Web Hosting
Views: 1378 | Replies: 0
•
•
Join Date: May 2006
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I understand that many php scripts can run concurrently and that the actual limit is determined by hardware. However, I have written a script that benchmarks a mysql database application and am finding that only two instances of the script will run at a time when executed via an http request.
When the script is executed four times simultaneously from four different shell sessions, all four instances execute at the same time and finish at approximately the same time.
When the script is executed simultaneously from four different browser sessions on the same client machine, only two instances execute at a time. The third and fourth instances wait for the first and second instances to complete before executing. Why is this? Is this a hard limit or a configurable limit? Is the limit related to php an/dor Apache?
When the script is executed four times simultaneously from four different shell sessions, all four instances execute at the same time and finish at approximately the same time.
When the script is executed simultaneously from four different browser sessions on the same client machine, only two instances execute at a time. The third and fourth instances wait for the first and second instances to complete before executing. Why is this? Is this a hard limit or a configurable limit? Is the limit related to php an/dor Apache?
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Http request error when using AJAX. (JavaScript / DHTML / AJAX)
- Problem with two small PHP scripts? (PHP)
- how can i make php alert pop ups just like in javascript. (PHP)
- Running PHP scripts in backround (PHP)
- need help with php scripts (PHP)
- HTTP request in C (C)
- send http request?? (C++)
- HTTP Request Message Issue (PHP)
Other Threads in the PHP Forum
- Previous Thread: New Project - First One - Need Help!
- Next Thread: can some 1 teach me some php?



Threaded Mode