Forum Moderators: phranque
- win xp pro,
- Normal Desktop PC (quite good config).
- PHP 5
- Apache 2.2
- MySQL 5
Total number of users (in same LAN) is around 60. Sales people, not heavy users.
As win xp pro only supports 10 concurrent users, I am not sure whether this PHP application will crash or not.
Any advise? will that 10 concurrent users limitation hit the Apache or not?
I believe the "concurrent users" to which you refer are much different than the number of simultaneous requests that Apache can handle. You should be fine.
Some further reading, if you like technical manuals :)
Apache Performance Tuning [httpd.apache.org]
Apache MPM Common Directives [httpd.apache.org]
Multi-Processing Modules (MPMs) [httpd.apache.org]