Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-11 Thread V S P
Thank you for all the replies regarding my question of the Twisted Naming Server and in general multi-machine Event Dispatching systems. So far my understanding from all the replies is as follows 1) there is no pre-built naming server for twisted 2) there is no multi-machine message/event dispa

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-11 Thread V S P
Hi, I thought that MQ is quite 'heavy' for my needs Basically the whole system allows users to request 'reports' and those reports can rung for days (or hours). Instead of having 'one' persistent queue (or a service) such as provided for typical MQ implementations -- I thought just to have a 'l

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-11 Thread Esteve Fernandez
On Saturday 10 January 2009 23:27:18 Don Smith wrote: > Why not use a Message Queue? I developed a very similar program to what you > have described, only each agent would connect to the Queue to get their > data to work on. However, I think something like Apache ActiveMQ or > AmazonSQS would be a

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-10 Thread Jon Parise
On Sat, Jan 10, 2009 at 11:27 AM, David Ripton wrote: > On 2009.01.09 23:06:46 -0500, V S P wrote: >> What is ZeroConf? Can you please point me to the project page >> (I searched for some but did not find something twisted/python >> specific). > > ZeroConf is the generic protocol name, not a part

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-10 Thread Don Smith
Why not use a Message Queue? I developed a very similar program to what you have described, only each agent would connect to the Queue to get their data to work on. However, I think something like Apache ActiveMQ or AmazonSQS would be a better approach. =Don 2009/1/9 V S P > Thank you for the r

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-10 Thread David Ripton
On 2009.01.09 23:06:46 -0500, V S P wrote: > What is ZeroConf? Can you please point me to the project page > (I searched for some but did not find something twisted/python > specific). ZeroConf is the generic protocol name, not a particular project. The most popular implementations are Bonjour a

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-09 Thread V S P
Thank you for the replies. Wanted to make sure I was not missing a 'twisted goodie' What is ZeroConf? Can you please point me to the project page (I searched for some but did not find something twisted/python specific). my client will be a program that reads rows of 'requests' from the database

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-09 Thread Jarrod Roberson
2009/1/9 V S P > Hi, > I am sorry I am reasking the same question I asked before > (but I did not get any replies) > > Basically wanted to know -- for running Twisted on multiple servers > > is there such a thing as a "Naming" server that > would register all the currently running twisted servers

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-09 Thread glyph
On 9 Jan, 09:42 pm, torea...@fastmail.fm wrote: Hi, I am sorry I am reasking the same question I asked before (but I did not get any replies) Basically wanted to know -- for running Twisted on multiple servers is there such a thing as a "Naming" server that would register all the currently runni

[Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-09 Thread V S P
Hi, I am sorry I am reasking the same question I asked before (but I did not get any replies) Basically wanted to know -- for running Twisted on multiple servers is there such a thing as a "Naming" server that would register all the currently running twisted servers -- so that asynchronious eve