Re: global variable

2010-02-04 Thread craig
Hi, IPC::MMA and its underlying MM library are written entirely in C. I originally got into this business when I read some user reviews that said that the predecessor module IPC::MM was the fastest module of its kind that they could find. IPC::MMA cleaned up several things in IPC::MM, including

RE: global variable

2010-02-04 Thread Morten Bjørnsvik
Hi We have been using IPC::Cache for this for years, but it does not store typeglobs (filehandlers, sockets etc) Forcing us to use local unix sockets to communicate with the backend daemon. This mean we always have to have a daemon node on every web-server instead of just a single node. I do n