On Aug 3, 11:14 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> 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

I'm actually worried about this now.  Does anyone know of any
potential solutions?  Anything to at least get me started?

-Greg

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

Reply via email to