News Feed
Jobs Feed
Sections




News Archive
Vito Chin's Blog:
Session-based object instantiation with memcached
March 09, 2009 @ 12:01:05

In this recent post to his blog Vito looks at something that could say you and your application some hassle (and from some higher memory usage issues down the line) - memcaching objects as their instantiated.

At runtime, a script sets up everything that it requires, allocating memory for variables and objects and all these gets torn down upon end of execution. There is no persistency beyond the notion of a session. [...] So, there will be lots of object construction and destruction going on while the user of a PHP web app goes about her business dealing with the same app. Here's where object caching with memcached helps.

He suggests using memcache to cache and retrieve objects as they're needed instead of creating multiples over and over again. It almost functions as a Singleton, checking to see if there's already an object created before sending out a new one.

0 comments voice your opinion now!
memcached object instantiate session framework cache singleton


blog comments powered by Disqus

Similar Posts

Mike Potter's Blog: Upcoming Hands on Flex and PHP Sessions Worldwide

Symfony Blog: YAML in symfony 1.1

Lorna Mitchell: Introduction to PHP OOP

Web Mozarts: On Libraries and Dependencies

Smashing Magazine: 50 Extremely Useful PHP Tools


Community Events











Don't see your event here?
Let us know!


composer unittest introduction community release opinion podcast framework interview series development phpunit testing code example functional tool conference zendframework2 language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework