Multiple Controllers

1 view
Skip to first unread message

MarcusR

unread,
Dec 22, 2009, 7:41:07 PM12/22/09
to meteorserver
Is it possible to have multiple controllers? I want to have multiple
php daemons running and have meteord pass all messages to them for
processing in a round robin fashion. Is such a thing possible?

MarcusR

unread,
Dec 22, 2009, 7:43:13 PM12/22/09
to meteorserver
Perhaps I should of said subscribers? I am not sure what terminology
Meteor server is using.

Andrew Betts

unread,
Jan 12, 2010, 6:00:12 AM1/12/10
to meteorserver
Hi Marcus,

So you have daemons that you want to use to *receive* messages from
meteor? I'd have thought you'd be better off with a message queue for
that, check out RabbitMQ (http://www.rabbitmq.com/) or similar.
Meteor is only useful if you want to push data to a web browser.

If you mean you want to have multiple PHP daemons pushing data into
meteor, for onward streaming to web clients, then that's fine - just
have them each connect to the meteor controller server whenever they
want to publish a message. You can have multiple controllers
connected simultaneuously. You can also use the new(ish) UDP server
if your messages are fairly short.

Cheers,

Andrew

Reply all
Reply to author
Forward
0 new messages