Volkan YAZICI wrote:
I just wanted learn if there's any plan to embed PHP into cherokee. (AFAIC, that will reduce the source consumation while reflects as increase in performance in every php interpreter requests.) I'm not sure but, IMHO, this feature will also give chance to compile cherokee+php (statically) as a single binary. Any comments?
I thought the same for some time, but I realized it is not the best approach. There are two main problems to write a native PHP handler for Cherokee (or any other web server not process based): - There are lot of concurrency problems on PHP that can not be solved easily. This is a base problem on the PHP side. - Believe me or not, the performance is better using FastCGI. Currently we are working on the handler_fastcgi implementation; it is not ready yet, but I hope it will be working soon. :-) BTW, what is the advantage of compiling Cherokee+PHP into a single binary? -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
