Thomas wrote:
I want to use modules in the standard python distro, ie.
SimpleXMLRPCServer, but if I have to I can also use Twisted ( but I'd
prefer to use pure Python-distro modules in the slave servers to
reduce installation size etc. )
I thought Twisted was not dependent on any non-Python components,
and would run just fine (but perhaps with slightly lower peak
throughput) with just the .py files.
Or did my imagination just make that up?
-Peter