"Martin v. Löwis" <[EMAIL PROTECTED]> writes:
> > If this is a Linux server, it might be possible to use the SCM_RIGHTS
> > message to pass the socket between processes.
> 
> I very much doubt that the OP's problem is what he thinks it is,
> i.e. that copying over a local TCP connection is what makes his
> application slow.

Right, the copying should be very fast, but serializing and
deserializing the stuff being copied can be slow.  This is an issue
with something I'm currently working on, for example.

> [Apache] Instead, it is the operating system itself which
> distributes the requests: the parent process opens the server socket, ...

Ah, thanks.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to