Hi Friends-
Is the Logger class in the stdlib thread safe? If I have a multi
threaded application that needs to log stuff from multiple threads do
I need a mutex around logger access?
Thanks
-Ezra
Hi Friends-
Is the Logger class in the stdlib thread safe? If I have a multi
threaded application that needs to log stuff from multiple threads do
I need a mutex around logger access?
Thanks
-Ezra
On Jun 15, 2006, at 8:12 AM, Ezra Z. wrote:
Is the Logger class in the stdlib thread safe? If I have a multi
threaded application that needs to log stuff from multiple threads
do I need a mutex around logger access?
It appears to be. There’s a protective mutex in LogDevice.
–
Eric H. - [email protected] - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant
On Jun 15, 2006, at 10:55 AM, Eric H. wrote:
This implementation is HODEL-HASH-9600 compliant
Thanks Eric. It does seem to be working fine in my tests now.
Thanks
-Ezra
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs