Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] AppContext

The AppContext itself is not shared resource, it is created and destroyed for each task. and birt engine assumes the task is accessed by one and only one thread at the same time.    However, the object that your application saved into the appcontext could be shared resource, your application need to manage it accordingly.
 
BTW, please post your question to the birt news group..
 
Thanks
 
Wenfeng


From: birt-dev-bounces@xxxxxxxxxxx on behalf of Schalk Neethling
Sent: Tue 8/21/2007 2:46 AM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] AppContext

Hi there everyone,

 

I have a quick question regarding the BIRT AppContext. Is this AppContext thread safe or is it a shared resource? Thanks!

 

--

Kind Regards,

Schalk Neethling

This email and all content are subject to the following disclaimer:

 

http://content.momentum.co.za/content/legal/disclaimer_email.htm

 

 


Back to the top