Hi,
I want an article that explains the parameters / specifications / guidelines for handling thousands of concurrent sessions using PHP with MySQL on Apache.
My requirement is to conduct online exam, so this requires optimization at at-least two levels:
- The Infrastructure - Dedicated Server(s) with load balancing.
- Writing optimized code.
Regards