Zend Front controller -
My website (a single server) is using the front controller pattern as a single entry point and I think that Only one instance is this controller at any time (singleton pattern) $ frontController = Zend_Controller_Front :: getInstance ();
I wonder if I have a concurrent request / traffic (some large number of eclipses) present at peak time, this single example of the controller will not allow the customers to have all the requests on a large scale without affecting the Times Times. Handle and handle. Why can not a pool of examples of controller be made possible by traffic?
Thanks
As I think, PHP is a new one for every request Creates the environment, so each request will be received in the sandbox within its own environment, for its own single single-front front controller.
Comments
Post a Comment