Re: Apache::SharedMem

2002-10-06 Thread Perrin Harkins
[EMAIL PROTECTED] wrote: We are using IPC::MM and it works great. IPC::MM is the fastest game in town. It's only drawback is that the data is not persistent, so if you want your cache to persist across restarts it won't work for you. Apache::SharedMem and all the other modules based IPC

Apache::SharedMem

2002-10-05 Thread Cristóvão Dalla Costa
Does anyone have experience with Apache::SharedMem? I'd like to use it to store an in-perl cache of a few thousand database items, in order to decrease load, but I noticed that it's version 0.09 and not updated in a year, so I became a little suspicious. Any comments? Thanks.

Re: Apache::SharedMem

2002-10-05 Thread siberian
may vary, ours is pretty good. John On Sat, 05 Oct 2002 15:40:05 -0300 Cristóvão Dalla Costa [EMAIL PROTECTED] wrote: Does anyone have experience with Apache::SharedMem? I'd like to use it to store an in-perl cache of a few thousand database items, in order to decrease load, but I noticed

Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Alexei Barantsev
I have problems with Apache::SharedMem 0.07 installation. Here is my configuration: bash$ uname -a Linux dallas 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686 unknown bash$ perl -v This is perl, v5.6.1 built for i686-linux And here is 'make test' report: bash$ make test TEST_VERBOSE

Re: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Olivier Poitrey
- Original Message - From: Alexei Barantsev [EMAIL PROTECTED] To: Modperl List [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 8:32 AM Subject: Apache::SharedMem 0.07 installation problem I have problems with Apache::SharedMem 0.07 installation. Here is my configuration: bash

RE: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Alexei Barantsev
: Olivier Poitrey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 12:24 PM To: [EMAIL PROTECTED]; Modperl List Subject: Re: Apache::SharedMem 0.07 installation problem What this command return on your system: $ perl -MIPC::SysV -e 'print IPC::SysV::ftok($ENV{PWD}, $), \n' best

Re: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Olivier Poitrey
://www.osdn.com/911.shtml* - Original Message - From: Alexei Barantsev [EMAIL PROTECTED] To: Olivier Poitrey [EMAIL PROTECTED]; Modperl List [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 10:50 AM Subject: RE: Apache::SharedMem 0.07 installation problem Nothing, sir! :) The matter is that $ENV{PWD

RE: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Alexei Barantsev
Subject: Re: Apache::SharedMem 0.07 installation problem Ok, the test failed because your $ENV{PWD} is empty, I'll trap this error on 0.08. By the way, why is your $ENV{PWD} empty ? regards -- __ _ O l i v

Problems with Apache::SharedMem

2001-07-05 Thread Alberto Canzi
Hi I've tried to use Apache::SharedMem to share memory between subsequent requests' handlers, but I got this error messages: *** [Thu Jul 5 16:46:53 2001] [error] Apache::SharedMem object initialization: Unable to initialize root ipc shared memory segment: File exists at /usr/lib