On 8/10/07, tom <[EMAIL PROTECTED]> wrote: > Hi *, > > we have apache 2.2.3 with mpm prefork mode. We wrote a module for it and the > module needs to share statistical information between the apache child > processes. We have done this through standard linux shared memory, but it > seems not to work properly for higher loads (50 parallel clients). Can > somebody point us to a possible solution on how to manage shared information > between client process in prefork mode, thank you. >
Well, this is a general problem of inter-process communication and not really apache-specific. Why isn't your shared memory working correctly? Are you doing proper locking? But in any case, you'll find a more knowledgeable group on the module developers list: http://httpd.apache.org/lists.html#modules-dev They can probably suggest examples of other modules that do similar things. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]