Hi Luis,
Package names usually go from more general to specific so
Queue::Filesys
seems to me to be a more intuitive/normal ordering ... if I were searching CPAN
for
different plugin queue modules via the CPAN shell, I would definitely start by
searching
cpan> i /^Queue::/
and not
cpan> i /Queue/
I like the Filesys name ... to me that implies the use of both files and
directories
... I would still have to read the README to really know how the filesystem was
used for the queue, but that is fine .. I would have to do that with any name other
than
Queue::DirectoryBasedWithFilesAsQueueObjects
*gag* ;) ...
max
On Thu, 28 Nov 2002 21:29:50 -0400, "Luis E, Mu oz - Personal" wrote:
> Hi there:
>
> In the following days I will be working in a CPAN module to help
> interact with "file queues". By file queue, I mean a set of directories
> (used in round-robin) in which jobs tat need to be processed, are
> stored in individual files.
>
> My module will provide methods for creating such files, accessing the
> "next" and removing them from the queue. This should be familiar to
> anyone who has seen sendmail's queues.
>
> Which do you think is the best name? Are the ones in the Subject:
> meaningful enough? If not, what do you suggest.
>
> Thanks for the feedback.