[EMAIL PROTECTED] wrote:
> 
> Sorry, sounds like you could have just used Apache::StatINC, no?

Apache::StatINC only reloads your perl modules if they change.

My module loads (HTML) templates into a shared IPC memory segment - or
rather anything that can be stored as a scalar (limits of IPC::ShareLite
- if you need to store other things you would need to use Storable, or
Data::Dumper).

I do not use it to store perl modules, only to store all my html
templates.

Does that make sense ?

Greg Cope

Reply via email to