New module name?
- From: Colin von Heuring <unkempt@xxxxxxxxx>
- Date: Wed, 02 Apr 2008 16:37:23 -0700
Hey 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
.
- Prev by Date: Re: Using Set::Object - evidently I need compiled code?
- Next by Date: write a new module for suffix trees?
- Previous by thread: Re: Using Set::Object - evidently I need compiled code?
- Next by thread: write a new module for suffix trees?
- Index(es):
Relevant Pages
|
|