Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38266
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-02-06 03:23 -0800 |
| Message-ID | <f386e44d-af1d-4cc9-aace-db9ad1d426bb@googlegroups.com> (permalink) |
| Subject | each process only has one main thread ,right ? |
| From | iMath <redstone-cold@163.com> |
When a program starts up, one thread begins running immediately. This is usually called the main thread of the program ,so each process only has one main thread ,right ?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
each process only has one main thread ,right ? iMath <redstone-cold@163.com> - 2013-02-06 03:23 -0800
Re: each process only has one main thread ,right ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-06 22:52 +1100
Re: each process only has one main thread ,right ? Dave Angel <d@davea.name> - 2013-02-06 09:59 -0500
csiph-web