Re: [google-appengine] Using Google Cloud Storage for caching and sessions under PHP

2013-12-20 Thread Gary Mort
On Friday, December 20, 2013 12:54:06 PM UTC-5, barryhunter wrote: > > > > > On 20 December 2013 17:38, Gary Mort >wrote: > >> >> >> > So by using Google Storage you get the speed of Memcached AND the >> dependability of Google Storage. >> > > Yes. That's good way. > > I was planning on us

Re: [google-appengine] Using Google Cloud Storage for caching and sessions under PHP

2013-12-20 Thread Barry Hunter
On 20 December 2013 17:38, Gary Mort wrote: > > Method 2: Dedicated memcached. Solves the eviction problem > No it doesnt. Cache can still be cleared at any time. Say instances are moved to a new data-center. But it is less likely. > > > So by using Google Storage you get the speed of Memc

[google-appengine] Using Google Cloud Storage for caching and sessions under PHP

2013-12-20 Thread Gary Mort
While working on getting the Joomla CMS functioning on GAE, I've been learning a few things. One item I did was setting up a GAE specific memcached driver for caching and session handling. However, after doing so and digging a bit deeper, I realized that there are 2 different memcached impleme