RE: [PHP] Cache engines in a multi-tenant environment (a bit long)

2009-03-03 Thread Damon Miller
On Tue, 2009-03-03 at 14:52 -0500, Robert Cummings wrote: > > > > My question then becomes the following: Is there a cache engine > > available which can store multiple (different) copies of a source file > > and serve them only to the appropriate request? Perhaps a better way > > to describe thi

Re: [PHP] Cache engines in a multi-tenant environment (a bit long)

2009-03-03 Thread Robert Cummings
On Tue, 2009-03-03 at 11:41 -0800, Damon Miller wrote: > > My question then becomes the following: Is there a cache engine > available which can store multiple (different) copies of a source file > and serve them only to the appropriate request? Perhaps a better way > to > describe this would be

[PHP] Cache engines in a multi-tenant environment (a bit long)

2009-03-03 Thread Damon Miller
Hi all. I need some guidance on implementing a PHP cache engine in a "multi-tenant" environment. I've done some research on the open-source cache engines available--specifically, APC, XCache, and eAccelerator--but I haven't found anything that speaks to my use case. Hopefully someone will be able