On Mon, 22 Aug 2011 07:21:25 -0600 Joe Lewis <jle...@silverhawk.net> wrote:
> On Sun, Aug 21, 2011 at 8:57 AM, milad rezai <re...@ncc-gnss.com> wrote: > > > How can I communicate between different thread (one thread per client)? > > > > Problem : I need to develop a module with persistent connections, I have > > two > > kind of clients : one of them persistently sends data on connection and > > another must use and get from first kind of connections and place on his > > socket for feeding his client? > > I didn't reply to that because the problem description confuses me. How many connections, and where do they come from? Doesn't sound like standard HTTP! > Consider using shared memory - or shm. Makes sense ... probably! > Using a search engine and "apache > module shared memory example" gives a previous thread on this list : > > http://marc.info/?l=apache-modules&m=113977658131259 > > In it, Nick gives a pointer to look at the util_ldap source. That's old! These days we have two shared memory frameworks: slotmem and socache. I'd look there first, rather than duplicate older code. -- Nick Kew