Second p0st

tech notes and web hackery from the guy that brought you bzero, python community server, the blogging ecosystem, the new zealand coffee review and the internet topic exchange

2002-12-13

Very quick XML-RPC

Prototyping a very fast (C++) XML-RPC server here. Just tested it by repeatedly calling a method from a Python script. 160 hits/second on an Athlon 1333 with the server using 17% CPU (the rest going to the Python script). That implies that it may reach almost 1000 hits/second!
... more like this: [, ]