httpd w/PHP performance

Denys Vlasenko vda.linux at googlemail.com
Fri Jun 22 11:52:11 UTC 2012


On Fri, Jun 22, 2012 at 9:47 AM, Bernd Petrovitsch
<bernd at petrovitsch.priv.at> wrote:
>> embedded environment. By comparison, lighttpd starts a programmable number
>> of php-cgi processes at startup, then keeps them around and just feeds
>> scripts to them as needed. It is feasible to go back to lighttpd but before
>
> This is (very probably) fast-cgi so no one wonders that it's vastly
> faster.
> Use pure CGI with lighttpd for a serious comparison.
>
>> giving up for this reason, I wanted to ask if my understanding or build of
>> the httpd is incorrect in some way. Any thoughts, suggestions, comments ?
>
> Perhaps implementing fast-cgi into busybox-httpd is a solution.
> But I've seen lighttpd on embedded sysrtems and it's not that fat (if
> you leave out everything you do not need).

I looked into fastcgi spec here: http://www.fastcgi.com/drupal/node/6?q=node/22

It is not exactly too simple.

It is possible to implement it, but it
can't be done as just a quick hack. :(

-- 
vda


More information about the busybox mailing list