News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Threads Versus The Singleton Pattern
June 01, 2007 @ 10:43:00

In a new tutorial on the Developer.com website today, they explore the difference between (and the benefits and disadvantages of) the singleton pattern versus threading in a PHP application.

Although you probably could address some [of these] issues with the judicious use of synchronized blocks, do not overlook the utility of the ThreadLocal class. In this article, I will demonstrate the risk of not accounting for Threads when using a singleton pattern and show how simple it is to address.

They start with the creation of a ThreadLocal class, one that allows the developer to communicate with the threads, and its usage. In contrast, they also create the Singleton class, showing the creation method of multiple objects of the same type.

They do, however, point out an issue that the threaded method has - unreliable results. Help is on the horizon, though, in the form of a HelperFactory class to manage the connections a bit more efficiently.

0 comments voice your opinion now!
thread singleton designpattern tutorial thread singleton designpattern tutorial


blog comments powered by Disqus

Similar Posts

QaFoo.com: Testing file uploads with PHP

WebSpeaks.in: Learn Simple Method Chaining in PHP

Refulz.com: Traits in PHP - Multiple and Nested Traits

Juozas Kaziukenas' Blog: Creating Excel documents on the fly

Martin Psinas' Blog: Watermarking with text and ImageMagick


Community Events











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


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

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