On Aug 2, 7:32 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> If your web server is multithreaded (or you use some other way to process
> many simultaneous requests) you have to be more careful - remember that
> sys.stdout is global, you must find a way to distinguish between output
>  from different processes all going into the same collector.
>
Any ideas on how to do this?  Is it even possible?

-Greg

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to