Hi. Since I want to write to the same log file from multiple Twisted processes, I need to know if the log write is atomic.
Reading the twisted log source, I can see that the log entry is written using only one write, so the question is if this operation if always atomic, even for large buffers. Thanks Manlio Perillo _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
