News Feed
Jobs Feed
Sections




News Archive
Ant Phillips' Blog:
Singletons, BIRT, Theads and PHP
February 18, 2009 @ 12:55:47

In doing some work with Zero (PHP in Java) and the Eclipse Business Intelligence and Reporting Tools project, Ant Phillips had some troubles with multithreaded PHP processes and wanting them all to use the same BIRT instance insted of spawning their own.

The problem is that BIRT needs to be started once, and only once, in any given process. Once it has been started up, then it is plain sailing to load reports and render them to HTML. The BIRT runtime should be kept around until the process shuts down.

Two problems came up with this approach - if each PHP process makes its own BIRT process any settings/current data will be wiped out and the BIRT instance would go away whenever the PHP script finishes. He found something that solves both of these problems - the Zero Global Context. Its a "storage area" that can contain just about anything. He used it to store the BIRT runtime until its told to finish and die off.

1 comment voice your opinion now!
birt java zero multithread singleton process global context


blog comments powered by Disqus

Similar Posts

Community News: Userland Naming Guide Launched

Guilherme Blanco's Blog: register_superglobal("¯name"¯);

Alex Netkachov's Blog: Jamp! is Updated

Justin's Blog: 5 cool things you can do with windows and php

Vinu Thomas' Blog: Installing the PHP Java Bridge in Ubuntu (Gutsy Gibbon)


Community Events











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


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

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