[ANNOUNCE] Apache::Singleton 0.03

2001-12-22 Thread Tatsuhiko Miyagawa
On Sat, 22 Dec 2001 17:04:11 +0900 Tatsuhiko Miyagawa [EMAIL PROTECTED] wrote: Now it uses pnotes(). Todo is to add scope configuration for each classes. Added subclasses with own object lifetime configuration. I myself am just a little dubious about its implementation, especially for Server

Re: [ANNOUNCE] Apache::Singleton 0.03

2001-12-22 Thread brian moseley
On Sat, 22 Dec 2001, Tatsuhiko Miyagawa wrote: Note that multiple process cannot share blessed reference without serialization, so *One instance for one server* is just an idea. What it means is, one instance for one process, and multiple instances with shared

Re: [ANNOUNCE] Apache::Singleton 0.03

2001-12-22 Thread DeWitt Clinton
On Sat, Dec 22, 2001 at 10:39:03PM +0900, Tatsuhiko Miyagawa wrote: One instance for one server (across all httpd processes). Implemented using Cache::SharedMemoryCache (IPC). Maybe you want to consider directly using Cache::SharedMemoryBackend instead of the SharedMemoryCache class. The

Re: [ANNOUNCE] Apache::Singleton 0.03

2001-12-22 Thread Tatsuhiko Miyagawa
On Sat, 22 Dec 2001 09:23:30 -0500 DeWitt Clinton [EMAIL PROTECTED] wrote: One instance for one server (across all httpd processes). Implemented using Cache::SharedMemoryCache (IPC). Maybe you want to consider directly using Cache::SharedMemoryBackend instead of the SharedMemoryCache