2012. december 23., vasárnap

Hi!

Hi! When you run a php application, the webserver do the following things on every request: parsing the PHP code, initializing things, and after these it processes the request. This parsing/initializing phase looks meaningless on every request. Is there any good, open-source solution to solve this? I'm searching for something like a Java application server for PHP. A framework, when you can start a PHP process (parsing and initialization only once), which process the requests. Every other frameworks (Java, node.js, python-django, etc.) working on this way, but I haven't found anything like this for PHP. Do you know something like this for PHP?

Nincsenek megjegyzések:

Megjegyzés küldése