Re: OpenSSL + shared memory

2005-02-23 Thread Dr. Stephen Henson
On Mon, Feb 21, 2005, Christian Kreibich wrote: > Hi all, > > > I have an application in which a "master" process creates a socket, > connects to a server app, and forks off a few children sharing the open > file descriptor for that connection with its children. All of the > children use the sha

OpenSSL + shared memory

2005-02-21 Thread Christian Kreibich
Hi all, I have an application in which a "master" process creates a socket, connects to a server app, and forks off a few children sharing the open file descriptor for that connection with its children. All of the children use the shared descriptor to send messages, synchronized through shared me