Phillip Pearson - web + electronics notes

tech notes and web hackery from a new zealander who was vaguely useful on the web back in 2002 (see: python community server, the blogging ecosystem, the new zealand coffee review, 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: [, ]