Log note :
changed:
-
**Raw Server** proposed by Detlev Offenbach

It would be good to have a Roundup server, that sends back the data as raw Python structures (i.e. tuples and list) and accepts commands via a network socket. This would make it possible to write other frontends for Roundup or integrate it into other application (i.e. eric3).

--
You should have a look into "Pyro":http://pyro.sourceforge.net/. It seems to me the easiest way to write distributed applications in Python. I started using it to write some kind of "remote notifications" in roundup, i.e. a detector that would notify a distant client of certain changes in the HyperDB...
(Georges Martin)