Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!hd10g2000vbb.googlegroups.com!not-for-mail From: "Stephen.Wu" <54wutong@gmail.com> Newsgroups: comp.lang.python Subject: about soaplib demo's time latency Date: Thu, 14 Apr 2011 01:43:16 -0700 (PDT) Organization: http://groups.google.com Lines: 8 Message-ID: NNTP-Posting-Host: 72.14.194.65 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1302770597 16903 127.0.0.1 (14 Apr 2011 08:43:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 14 Apr 2011 08:43:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: hd10g2000vbb.googlegroups.com; posting-host=72.14.194.65; posting-account=Q_1TlQoAAADXBQ-mSbFd5XLINes3JhMI User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.28 (KHTML, like Gecko) Chrome/12.0.725.0 Safari/534.28 AppEngine-Google; (+http://code.google.com/appengine; appid: wtgapproxy),gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3189 I just follow the instructions below - http://soaplib.github.com/soaplib/2_0/pages/helloworld.html to establish a soap server. After starting the server, everytime I run the client script, I fetch the response nearly 20 seconds afterward. Why this happen? I just want the server send response asap then the client will show the result to me immediately. please give some hints. thanks