New module name?
am 03.04.2008 01:37:23 von Colin von HeuringHey all,
I'm writing a Perl module to load, cache, and execute scripts on a Web
server, and I need help naming this beast. I'm thinking maybe "PGI -
Perl Gateway Interface" because it's very similar to CGI in intent.
Features I want to include, the combination of which is unique (I think):
Simple URI-to-file mapping that can still hide executable file
extensions (e.g., /admin/kill maps to /admin/kill.pl)
A persistent Perl instance that can cache scripts
Consistent, concise, Perlish names
Directory configurations (a la Apache's .htaccess)
General scalability and efficiency
Again, what I'm looking for is a module name, preferably within one of
the CPAN's existing top-level namespaces. (Parts of names are
acceptable as well.)
Thanks for taking a look.
-Colin vH