On 21.11.2005 13:17, Iacturus wrote:
As the NonThreadSafeComponent uses some API which cannot be made threadsafe, there can only be one method of NonThreadSafeComponent executed at one time. I cannot change this API and it really has to be used exclusively.
Why don't you make your NonThreadSafeComponent thread safe? In the easiest case just add "synchronized" to each method. To assure that it is a singleton you have to implement ThreadSafe then.
Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
