Stephen McConnell wrote:
kristian meier wrote:
Hi,
since I made a new build this week I have problems with components which are marked as singletons in the xtype-file
but get instantiated serveral times.
This problem is now fixed and updates have just been applied to CVS.
The problem was a non-synchronized new instance call from the singleton lifestyle helper. If another request within a different thread for the singleton instance was invoked before an inital request had completed, the handler would invoke newInstance() again. The changes applied have been to synchronize a code block dealing with the single instance establishment.
Cheers, Steve.
that's working again, thanx !! Kristian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
