multiprocessing and accessing server's stdout

Adam Tauno Williams awilliam at whitemice.org
Fri May 28 16:44:53 EDT 2010


On Fri, 2010-05-28 at 15:41 +0100, Martin P. Hellwig wrote:
> On 05/28/10 13:17, Adam Tauno Williams wrote:
> <cut>
> > You should be able to point it any any file-like object.  But, again,
> > why?
> > If you have the data in the process why send it to stdout and redirect
> > it.  Why not just send the data to the client directly?
> Well you might want to multiplex it to more then one client, not saying 
> that this is the case here, just something I imagine possible.

That still doesn't make sense.  Why 'multiplex stdout'?  Why not just
multiplex the data into proper IPC channels in the first place?
-- 
Adam Tauno Williams <awilliam at whitemice.org> LPIC-1, Novell CLA
<http://www.whitemiceconsulting.com>
OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba




More information about the Python-list mailing list