All of lore.kernel.org
 help / color / mirror / Atom feed
* Descriptor Passing without unix domain sockets or streams ?
@ 2010-04-19 19:30 Julian Thomé
  0 siblings, 0 replies; only message in thread
From: Julian Thomé @ 2010-04-19 19:30 UTC (permalink / raw)
  To: linux-c-programming

Hello Mailing list,

i have a problem passing a file descriptor from one process to another.

I have two processes A and B. Both are running in different network and
filesystem namespaces, so it is impossible to use unix domain sockets or
net sockets to pass a file descriptor from process A to process B.

The usage of STREAMS is also impossible, as you can see in
	http://fixunix.com/unix/84093-streams-pipes-ioctl-i_sendfd.html

[quotation begin]
	Linux doesn't have STREAMS, which are the System V way
	of doing this task. ...
[quotation end]

Are there additional possibilities for file descriptor passing like
using a named pipe or something like that or does anybody know
a good workaround for this problem ?

Thank you very much !!
  Julian Thomé

		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
--
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-19 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-19 19:30 Descriptor Passing without unix domain sockets or streams ? Julian Thomé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.