On Tue, May 19, 2009 at 11:54:44AM +0300, Jani Ollikainen wrote:
> Vladimir Prelovac wrote:
> > Do you guys know of any PHP caching solution that will work with suphp?
> 
> There aren't for the reasons how mod_suphp works.
> 

Perhaps best way to deal with this would be to persist a per-user PHP
process for dealing with subsequent requests. You could kill it after
certain number of requests or time. 

Special care should be taken to handle chrooting correctly, and that
same process is never reused for another user. 

This is similar to how Passenger module for ruby works. 

Aki Tuomi

Attachment: signature.asc
Description: Digital signature

_______________________________________________
suPHP mailing list
suPHP@lists.marsching.biz
http://lists.marsching.com/mailman/listinfo/suphp

Reply via email to