Jack wrote: > When I try TooFPy with the SOAP and XML-RPC sample client code > provided in TooFPy tutorials, a log entry shows up quickly on web server > log window, but it takes a long time (5 seconds or longer) for the client > to output a "Hello you." It seems like the web server is fast because the > log > entry shows immieidately on web server console. But it takes Python XML/SOAP > parser a long time to parse the extremely simple result. If so, wouldn't > this > render Python SOAP and XMP-RPC implementation useless in real life?
5 secs looks really huge to just parse an "extremely simple" message. I'd rather suspect some sort of timeout delay. -- http://mail.python.org/mailman/listinfo/python-list