Re: Cache::Cache locking

2001-12-23 Thread Tatsuhiko Miyagawa
On Sun, 23 Dec 2001 04:23:47 +0900 Tatsuhiko Miyagawa [EMAIL PROTECTED] wrote: Apache::Singleton::Server got me thinking about Cache::Cache and locking again. if i'm going to have a server-global object, i am going to need to protect against multiple processes updating it simultaneously,

Re: Cache::Cache locking

2001-12-22 Thread Tatsuhiko Miyagawa
On Sat, 22 Dec 2001 06:55:15 -0800 (PST) brian moseley [EMAIL PROTECTED] wrote: Apache::Singleton::Server got me thinking about Cache::Cache and locking again. if i'm going to have a server-global object, i am going to need to protect against multiple processes updating it simultaneously,

Re: Cache::Cache locking

2001-12-22 Thread Gunther Birznieks
At 10:55 PM 12/22/2001, brian moseley wrote: Apache::Singleton::Server got me thinking about Cache::Cache and locking again. if i'm going to have a server-global object, i am going to need to protect against multiple processes updating it simultaneously, right? we've already talked about this