Re: New module namespace
- From: talexb@xxxxxxxxx
- Date: 18 May 2006 08:35:04 -0700
I've spent some time looking at Randy Kobes' site at
http://kobesearch.cpan.org/htdocs/faqs/cpan-search.html
And have found the following modules:
Parallel::Queue - for running coderefs in parallel
POE::Component::JobQueue - appears to do what my module does, but
within the POE ecosystem, using worker sessions and tasks
Net::Download::Queue - for downloading files in parallel
Queue::Base - an OO stack
Heap::Priority - an OO stack w/ priority
IPC::DirQueue - a queueing implementation
Data::RefQueue - another queueing system
Thread::Queue::Multiplex - thread safe publish/subscribe queue
These modules are in the same ball park, but none of them are really
close. Probably the best namespace to piggyback on would be Parallel,
so my modules would be Parallel::GridEngine and Parallel::ForkingLayer
... although I could change that last to ForkWait or even SubProcess.
Alex
.
- References:
- New module namespace
- From: talexb
- Re: New module namespace
- From: harryfmudd [AT] comcast [DOT] net
- New module namespace
- Prev by Date: Perl - TestDirector module exist?
- Next by Date: Attaching to an email
- Previous by thread: Re: New module namespace
- Next by thread: New module Filesys::DfPortable & new version Filesys::Df
- Index(es):