|
Posted by harryfmudd [AT] comcast [DOT] on May 17, 2006, 9:23 pm
Please log in for more thread options
talexb@gmail.com wrote:
> Greetings,
>
> Having carefully perused the list at
>
> http://www.cpan.org/modules/00modlist.long.html
>
> I am reasonably certain that the module I'd like to submit (pending
> approval from higher up) does not yet exist, nor does a suitable
> namespace exist.
>
> I have written a module that provides a single API for both the Sun
> Grid Engine (qsub, qstat and all that) and a local fork/wait module
> that runs jobs in a subprocess, communicating through pipes. My
> employer uses this as part of a web application that we run either in
> Grid Engine or Standalone configurations, and I think it might be of
> use to other folks.
>
> One of the tasks my web application runs is called a Scheduler; it
> queries a database and submits pending jobs to be run. The current name
> fot this module is JobQueue, consisting of two modules,
> JobQueue::GridEngine and JobQueue::ForkingLayer. I'd like to use the
> same names in CPAN.
>
> Alex Beamish (talexb)
> Toronto, Ontario
>
The list you refer to is by its own third line a year and a half old,
and only contains registered modules at that. Have you looked at
search.cpan.org? Or browsed Randy Kobes' search?
Given that this is Sun-specific, if you're starting a new top-level
namespace, maybe it should start with Sun::. Or be part of the Solaris::
stuff if applicable, by analogy with VMS::Queue, which is an interface
to that OS's queue manager.
Tom Wyant
|