Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25068
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: how can I make it work? |
| Date | 2012-07-09 02:05 -0400 |
| References | <dbe3aa14-2a4f-4d54-972a-dbb30029db4f@km7g2000pbc.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1934.1341813939.4697.python-list@python.org> (permalink) |
On 7/8/2012 10:02 PM, self.python wrote: > it's a finder using threading to accelerate Threading with Python does not accelerate unless all but one of the treads are i/o bound. You need multiple processes to use multiple cores in parallel. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
how can I make it work? "self.python" <howmuchistoday@gmail.com> - 2012-07-08 19:02 -0700
Re: how can I make it work? MRAB <python@mrabarnett.plus.com> - 2012-07-09 03:20 +0100
Re: how can I make it work? "self.python" <howmuchistoday@gmail.com> - 2012-07-08 19:41 -0700
Re: how can I make it work? "self.python" <howmuchistoday@gmail.com> - 2012-07-08 20:29 -0700
Re: how can I make it work? Terry Reedy <tjreedy@udel.edu> - 2012-07-09 02:05 -0400
csiph-web