Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75212

Re: problem on multi-threading

From Sturla Molden <sturla.molden@gmail.com>
Subject Re: problem on multi-threading
Date 2014-07-25 20:04 +0000
References <tencent_1CC4554F04C01A7F6AB8300C@qq.com>
Newsgroups comp.lang.python
Message-ID <mailman.12320.1406319007.18130.python-list@python.org> (permalink)

Show all headers | View raw


"水静流深" <1248283536@qq.com> wrote:

> name=['600000', '000001', '600319', '600531','600661', '600983', '600202', '600149']
> x=webdata(name)
> x.run()‍
> 
> never quit from the thread ,why?

Call .start() instead of .run()

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: problem on multi-threading Sturla Molden <sturla.molden@gmail.com> - 2014-07-25 20:04 +0000

csiph-web