> Actually I was wondering about writing an Apache::Singleton class, that
> works the same as Class::Singleton, but clears the singleton out on each
> request (by using pnotes). Would anyone be interested in that?

This sounds a bit like Object::Registrar.  If you do it, I'd suggest giving
it a "scope" option for each variable that determines if it's process or
request scope.  In fact you could add support for some kind of data-sharing
and offer a server scope as well.

- Perrin

Reply via email to