[dev] Caching preferences in shared memory

Anil Madhavapeddy anil@recoil.org
Tue, 18 Dec 2001 00:33:06 +0000


On Mon, Dec 17, 2001 at 05:16:47PM -0500, Jon Parise wrote:
> Does anyone think it would be worth attempting to cache
> preferences in shared memory instead of storing them inside of
> the session?
> 
> Or would it be better, overall, to just use shared memory for
> session storage?
> 

No objections, but the shared memory code in PHP has been pretty
buggy for me until quite recently, so it would probably be best
left as an option ... ?

Anil