Sure thing :) One thing to consider is that the messaging implementation can be completely asynchronous. I don't know if that's important for your use-case. Since qpid supports persistent queues it even allows you to allow the broker to be down for maintenance etc.
On Friday, September 7, 2012 9:45:24 AM UTC-5, Esteban García-Gurtubay wrote: > > Thanks, Andrew > I had a look into Qpid. It certainly can do the job, but on the same > spirit, I think a simpler client/server implementation with XMLRPC might > work as well. Besides, XMLRPC libraries are bundled with Python by default. > > /E.- > > > > > > On Friday, September 7, 2012 5:06:56 AM UTC+2, Andrew wrote: >> >> How about messaging? >> >> Qpid.apache.org has a good broker implementation with python bindings. >> Your script could be a producer and web2py a consumer of a queue used for >> communicating events. >> >> >> Andrew >> >> --

