[sldev] Python libs in source tree

Donovan Preston donovan at lindenlab.com
Tue Nov 27 12:27:51 PST 2007


On Nov 21, 2007, at 12:02 PM, Ryan Williams (Which) wrote:

> - ipc.xml_rpc : looks like an xml-rpc module, but I gotta say I have  
> no idea how it works

It's an xmlrpc parsing implementation I did when I first got to  
linden. It's pretty slow because it does a lot of context switching  
while parsing, but the code is really clean because it uses real  
coroutines (it uses raw greenlet directly) to implement the parse  
state machine.

We don't use it, it should probably be removed.

Donovan




More information about the SLDev mailing list