On Jan 13, 2009, at 10:56 PM, V S P wrote:
Hi,
Another option for me of course TAO ORB, or as you pointed out Erlang
RabbitMQ (especially since Erlang was designed to do this), or as
people
suggested one of the open source Message Queuing systems.
For simple service discovery on a networ
Hi,
thank you for the reply, yes I meant XMPP and thought that it might
be written to be deployed on multiple machines. But from what you
are saying it is not.
Yes, started looking at Erlang as well (and its Mnesia component)
rabbitMQ seems like what I need in terms of scalable multi-machine
supp
On Tue, Jan 13, 2009 at 4:11 PM, V S P wrote
> Hi, thank you for the correction on how to use Ampula.
>
> Naming service serves
> really as a 'discovery' tool -- and then the participating
> components talk to each other. When new component comes
> on online, it registers, and the Naming Service
Hi, thank you for the correction on how to use Ampula.
Naming service serves
really as a 'discovery' tool -- and then the participating
components talk to each other. When new component comes
on online, it registers, and the Naming Service broadcasts
the new updates to all the subscribed componen
On Jan 3, 2009, at 2:32 PM, V S P wrote:
Thank you so much
Yes, this plugin is what I am looking for process pool
"
"""
This plugin provides ways to create a process pool service in your
system listening on a given port and interface and answering to a
given set of commands.
"""
Thank you so much
Yes, this plugin is what I am looking for process pool
"
"""
This plugin provides ways to create a process pool service in your
system listening on a given port and interface and answering to a
given set of commands.
"""
"
So I just need to inherit from
AMPC
Take a look at ampoule:
https://launchpad.net/ampoule
On Fri, Jan 2, 2009 at 2:35 PM, V S P wrote:
> Hi,
> I am in the process of evaluating a tool for the newtorking architecture
> I need. And wanted to ask the group questions, I could not easily get
> answered from reading docs and various post
Hi,
I am in the process of evaluating a tool for the newtorking architecture
I need. And wanted to ask the group questions, I could not easily get
answered from reading docs and various posts:
Basically my architecutre requires the following
a) multi-CPU/multi-core scalability
b) multi-machine