Re: Comparison of different caching schemes

2001-12-12 Thread Olivier Poitrey
On Wed Dec 12, 2001 at 03:05:33PM +1100, Rob Mueller (fastmail) wrote: I tried out the following systems. * Null reference case (just store in 'in process' hash) * Storable reference case (just store in 'in process' hash after 'freeze') * Cache::Mmap (uses Storable) * Cache::FileCache (uses

Re: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Olivier Poitrey
What this command return on your system: $ perl -MIPC::SysV -e 'print IPC::SysV::ftok($ENV{PWD}, $), \n' best regards -- ___ O l i v i e rP o i t r e y USA disaster support http://www.osdn.com/911.shtml

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: Dynamic Virtualhost !?

2001-09-19 Thread Olivier Poitrey
Don't put an ip but a domain in the virtualhost section : VirtualHost domain.com ... /VirtualHost On IP change, you have to update the domain and to restart apache. -- ___ O l i v i e rP o i t r e y

Re: Shared cache with IPC::Shareable

2001-09-19 Thread Olivier Poitrey
You should try Apache::Cache, it's under developpement but seem to be stable. For a real documentation look at the CVS version, the actual release is poorelly documented. http://www.rhapsodyk.net/cgi-bin/cvsweb/Apache-Cache/ --

Re: Pre-announce Apache::ConfigParser

2001-09-17 Thread Olivier Poitrey
- Original Message - From: Blair Zajac [EMAIL PROTECTED] To: Geoffrey Young [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 1:52 AM Subject: Re: Pre-announce Apache::ConfigParser Apache::Admin::Config Pros Cons Lack of documentation Test suite with 2

How to handle the main parent exit

2001-08-28 Thread Olivier Poitrey
Hello, I would like to know if it's possible to handle the Apache's main parent exit event. I want call a method to clean some died datas (like shared memory segments). best regards, -- ___ O l i v i e rP o

Re: I need help...

2001-07-05 Thread Olivier Poitrey
I think you can do this job easly with Apache::SharedMem. - Original Message - From: Alberto Canzi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 1:56 PM Subject: I need help... Hi, I'm writing a perl module for Apache, but I have this problem: I need to

Re: Persistant data accross processes

2001-06-26 Thread Olivier Poitrey
I'm working on two modules that can help you to do this job. There names are Apache::SharedMem and Apache::Cache. You can find them on : ftp://ftp.rhapsodyk.net/pub/devel/perl/ thx to report bugs to me - Original Message - From: Rodney Broom [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Apache::Registry newbie question -- CGI state

2001-01-10 Thread Olivier Poitrey
On Wed Jan 10, 2001 at 03:41:12PM +0100, Alexander Farber (EED) wrote: Geoff, I have another question: if you don't use CGI.pm, how do you generate the web form elements? Just "print qq{INPUT TYPE="text" ...}" or are there some nicer tricks? Are you know templates methode ? it's a realy