Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-14 Thread Alec Flett
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

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-13 Thread V S P
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

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-13 Thread Drew Smathers
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

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-13 Thread V S P
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

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-11 Thread Valentino Volonghi
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. """

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-03 Thread V S P
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

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-03 Thread Cary Hull
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

[Twisted-Python] [Q] multi-process chat client and poller

2009-01-02 Thread V S P
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