On Fri, Aug 9, 2013 at 1:09 PM, Ajay Garg <ajaygargn...@gmail.com> wrote: > > > > On Fri, Aug 9, 2013 at 10:32 PM, Ajay Garg <ajaygargn...@gmail.com> wrote: >> >> Thanks Eric for the reply. >> >> So, is it possible to run PHP in Apache, with each client-request being >> serviced in a different thread (and not a new-process-per-new-request)? >> Because, it is a well known fact that a process is a much-higher > > > Sorry, I meant a "much-heavier (resource-consumption wise)" > >
Running mod_php in a threaded webserver is out of favor, but it's possible. You can also run a single-threaded webserver with PHP embedded in it, or a pool of php processes waiting for fastcgi connecitons. See php-fpm. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org