[Twisted-Python] Message Queue

Hi, We are in the design phase for a new project. We want to write a new kind of a network monitoring applikation. This application is designed to spread over several monitoring agents across the network. Therefore we want to do the following: 1. a central scheduler puts new measurement actions into a queue 2. all executors are subscribed to this queue an execute the specified actions and report all back to a central repository. We are all relatively new to python (most of us have java background) and we are searching for a good framework to help us to get the job done. Is it possible to use twisted to achieve the above. Or has twisted another idea how to distribute jobs to other machines ? with kind regards -- Stefan Majer x-cellent technologies GmbH Rosenkavalierplatz 5 81925 Muenchen fon +49 (0)89 929 274 - 245 fax +49 (0)89 929 274 - 250 e-mail stefan@x-cellent.com http://www.x-cellent.com

On Mon, 11 Oct 2004 09:46:11 +0200, Stefan Majer <stefan@x-cellent.com> wrote:
Please post any information about this to the list or to 2002@weholt.org. Working on a similar project, at least in concept. -- Mvh/Best regards, Thomas Weholt http://www.weholt.org

Stefan Majer wrote:
<shameless_plug> You may want to check out Munkware: http://munkware.sourceforge.net/ Currently, the only queue paradigm that is supported is PTP. I'm thinking of supporting Pub/Sub later, which it seems will be more beneficial to you than PTP. I'm currently working on a new release to make XMLRPC the protocol that messages are sent over, so if you're interested in taking a peek at a functional networking queue, you could snag it from CVS rather than from the Sourceforge download page. I don't have it working in Twisted....yet. That's on my agenda as well. Once I get it working and stable with the builtin XMLRPCServer in the standard Python library, I'll work on getting it running in Twisted. If you have any questions about it, please feel free to email me. </shameless_plug> Jeremy Jones

On Mon, 11 Oct 2004 09:46:11 +0200, Stefan Majer <stefan@x-cellent.com> wrote:
Please post any information about this to the list or to 2002@weholt.org. Working on a similar project, at least in concept. -- Mvh/Best regards, Thomas Weholt http://www.weholt.org

Stefan Majer wrote:
<shameless_plug> You may want to check out Munkware: http://munkware.sourceforge.net/ Currently, the only queue paradigm that is supported is PTP. I'm thinking of supporting Pub/Sub later, which it seems will be more beneficial to you than PTP. I'm currently working on a new release to make XMLRPC the protocol that messages are sent over, so if you're interested in taking a peek at a functional networking queue, you could snag it from CVS rather than from the Sourceforge download page. I don't have it working in Twisted....yet. That's on my agenda as well. Once I get it working and stable with the builtin XMLRPCServer in the standard Python library, I'll work on getting it running in Twisted. If you have any questions about it, please feel free to email me. </shameless_plug> Jeremy Jones
participants (3)
-
Jeremy Jones
-
Stefan Majer
-
Thomas Weholt