[erlang-questions] Any message queue model in Erlang when doing Comet chat?
Kevin A. Smith
kevin@REDACTED
Tue Jul 21 12:25:00 CEST 2009
And if you decide AMQP is the way to go, there's RabbitMQ:
http://www.rabbitmq.com
It has the added advantage of being written in Erlang, too.
--Kevin
On Jul 21, 2009, at 5:11 AM, Peter Mechlenborg wrote:
> Hi
> I'm doing some comet stuff myself. Started from
> http://yoan.dosimple.ch/blog/2008/05/15/, it works great, thanks Yoan.
> I haven't seen any reliable communication protocol specific for
> comet, but
> if you google for: 'amqp javascript', it seems there is a javascript
> client
> for AMQP. I haven't tried it so I can't say how it works, but maybe
> it
> solves your needs.
>
> If you do find a good way to do reliable communication over comet, I
> would
> be interested in hearing about your experiences...
>
> Have fun,
>
> -- Peter Mechlenborg
>
> On Tue, Jul 21, 2009 at 10:12 AM, Zhuguo Shi <blueflycn@REDACTED>
> wrote:
>
>> Hi there,
>>
>> I am doing Comet chat with Erlang. But when I send message using
>> "Pid !
>> Msg", some of messages will lost, especially in a high sending
>> frequency.
>> So
>> I wonder if there is any message queue model or data structure, or
>> any way
>> to solve this problem?
>>
>> Any suggestion is of great appreciation~
>>
>> Thanks
>>
More information about the erlang-questions
mailing list