[Catalyst] A Perl Message Queue?

Ash Berlin ash_cpan at firemirror.com
Thu Aug 23 15:01:13 GMT 2007


Don't use a DB as the backing store for a message queue if you will ever
need to pass a lot of messages thought it - you're just asking for
trouble doing it that way.

Hartmaier Alexander wrote:
> Database table?
> 
> -Alex
> 
> 
>> -----Original Message-----
>> From: Jesper Krogh [mailto:jesper at krogh.cc]
>> Sent: Thursday, August 23, 2007 3:44 PM
>> To: catalyst at shrek.krogh.cc; "
>> <catalyst at lists.rawmode.org>"@shrek.krogh.cc
>> Subject: [Catalyst] A Perl Message Queue?
>>
>>
>> Hi.
>>
>> This is quite off-topic related to Catalyst but my googling didn't
>> reveal
>> anything.
>>
>> Has anyone seen stuff like a Messages Queue (I dont have other words
>> for
>> it) But a more generic implementation of a thing where you can put in
>> messages and  pick them out in some other part of the program.
>>
>> It would be nice when you have stuff that takes longer that people
>> usually
>> can wait for.
>>
>> Jesper
>>
>> --
>> Jesper Krogh
>>
>>




More information about the Catalyst mailing list