On Tue, Sep 29, 2009 at 03:48:48PM +0530, krushnaal pai wrote:
> even if process A does recv the file descriptions thru sockets how will it
> use the file object of process B?

What do you mean? A file descriptor is a pointer to the kernel's file
object. If you send a file descriptor from process A to process B, then
the new file descriptor in B will point to the same file descriptor.

I'm not sure of what you're trying to accomplish, though.

-- 
Luciano Rocha <[email protected]>
Eurotux Informática, S.A. <http://www.eurotux.com/>

Attachment: pgpeX0P0CGEan.pgp
Description: PGP signature

Reply via email to