Re: about soaplib demo's time latency

2011-04-14 Thread Chris Angelico
On Fri, Apr 15, 2011 at 11:14 AM, Stephen.Wu <54wut...@gmail.com> wrote: > It works. Seems the DNS server will exchange localhost and 127.0.0.1, > taking nearly 15 seconds. Anyway, I got to know the exactly reason let > the initialized procedures down, which is the most important thing. Generally

Re: about soaplib demo's time latency

2011-04-14 Thread Stephen.Wu
On Apr 14, 9:39 pm, Chris Angelico wrote: > On Thu, Apr 14, 2011 at 11:30 PM, Stephen.Wu <54wut...@gmail.com> wrote: > > Thanks Chris. > > I recheck the logic line by line and I find it is this sentence drag > > speed down :  hello_client = Client('http://localhost:7789/?wsdl'). > > To initialize

Re: about soaplib demo's time latency

2011-04-14 Thread Chris Angelico
On Thu, Apr 14, 2011 at 11:30 PM, Stephen.Wu <54wut...@gmail.com> wrote: > Thanks Chris. > I recheck the logic line by line and I find it is this sentence drag > speed down :  hello_client = Client('http://localhost:7789/?wsdl'). > To initialize a suds.client.Client instance need that long lasting

Re: about soaplib demo's time latency

2011-04-14 Thread Stephen.Wu
On Apr 14, 5:18 pm, Chris Angelico wrote: > On Thu, Apr 14, 2011 at 6:43 PM, Stephen.Wu <54wut...@gmail.com> wrote: > > 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

Re: about soaplib demo's time latency

2011-04-14 Thread Chris Angelico
On Thu, Apr 14, 2011 at 6:43 PM, Stephen.Wu <54wut...@gmail.com> wrote: > 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 2