On Oct 17, 3:33 pm, Rafa Zawadzki <[EMAIL PROTECTED]> wrote: > Hello. > > As I saw in logging source - there is no lock per file during making emit() > (only lock per thread). > > So, my question is - is it safe to log into one file using many processess > uses logging logger? > > Cheers, > -- > bluszczhttp://vegan-planet.net
Well, there a dummy response: there is no true thread in Python (I mean CPython). So there is no problems in this case (cf global interpreter lock or GIL). -- http://mail.python.org/mailman/listinfo/python-list