RE: mod_perl using IPC::ShareLite

2006-09-28 Thread Ben Wilder
Hi all, Thanks for the advice, I shall research your suggestions! Kind regards, Ben -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: 27 September 2006 15:56 To: Frank Wiles Cc: [EMAIL PROTECTED]; modperl@perl.apache.org Subject: Re: mod_perl using IPC::ShareLite

mod_perl using IPC::ShareLite

2006-09-27 Thread Ben Wilder
Hi all, A mod_perl question if I may! I have a cron job that schedules the execution of a mod_perl script (wget call). This script gathers various information about the linux system. I need to store some of this information in an area accessible by a separate mod_perl application. Ideally I w

RE: Reloading .so files and .pm files

2006-09-05 Thread Ben Wilder
lieve! :) Regards, Ben -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: 04 September 2006 10:01 To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: Reloading .so files and .pm files Ben Wilder wrote: > 1) Your handler example is fantastic, howev

RE: Reloading .so files and .pm files

2006-09-04 Thread Ben Wilder
vice. Kind regards, Ben -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: 01 September 2006 06:58 To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: Reloading .so files and .pm files Ben Wilder wrote: > Thanks Philip, > > Your advice is very help

RE: Reloading .so files and .pm files

2006-08-31 Thread Ben Wilder
ROTECTED] Sent: 31 August 2006 09:44 To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: Reloading .so files and .pm files Ben Wilder wrote: > Question: > What with the nature of the statistics I need to call from the compiled > shared objects, I am recompiling the .so file

Reloading .so files and .pm files

2006-08-31 Thread Ben Wilder
Hi all, A Mod_perl question if I may! Please shout if I haven't made my situation clear Application behaviour: Step 1. The user requests a page and a Mod_perl script is called. Step 2. Based on user input, the script will dynamically 'require' a particular module. This module calls a metho