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 > > --

