-
Notifications
You must be signed in to change notification settings - Fork 71
bridge to symfony and php-sgi #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From https://github.com/unbit/uwsgi-phpsgi/:
The whole point with php-pm is that you do NOT need to load the php scripts on each request. Or am I missing something? |
yes. main point of 'php-sgi' plugin is to make application load all environment/classes/etc just once (same as php-pm project), and then on each request it will call only one entry-point function (currently hardcoded to "application" but will be manageable on release). it is just like infinite loop around "application" function. |
Both projects are apparently doing the same thing- load stuff once. I don't see why we would wish to modify this one to provide functionality to the other to achieve the same result we already have? Wontfix imho. |
I don't get your point either @trim-fly |
Is it possible to use/combine this project with uWSGI server with php-sgi ( https://github.com/unbit/uwsgi-phpsgi/ ) plugin?
i think it should be great to use stable and super-fast uWSGI server and symfony2 as application.
The text was updated successfully, but these errors were encountered: