"Hendrik van Rooyen" <[EMAIL PROTECTED]> writes:
> What is the advantage of passing the open file rather than just the
> fully qualified file name and having the other process open the
> file itself?

The idea is that the application is a web server.  The socket listener
accepts connections and hands them off to other processes.  That is,
the file descriptors are handles on network connections that were
opened by the remote client, not disk files that can be opened
locally.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to