Re: Singleton instances and multithreading
Re: Singleton instances and multithreading
- Subject: Re: Singleton instances and multithreading
- From: "Axel 'Mikesch' Katerbau" <email@hidden>
- Date: Thu, 12 Jul 2001 09:02:02 +0200
Hi Rob
Is that the right thing to do?
no. This code creates a new lock for every method call. So you can never
block a method call.
Greetings,
Axel