Message77312
The documentation for the apply() and apply_async() methods of a Pool
object might emphasize that these operations execute func(*args,**kwargs)
in only one of the pool workers and that func() is not being executed in
parallel on all workers. On first reading, I actually thought it might
be the latter (and had to do some experimentation to figure out what was
actually happening). |
|
| Date |
User |
Action |
Args |
| 2008-12-08 15:45:20 | beazley | set | recipients:
+ beazley, georg.brandl |
| 2008-12-08 15:45:20 | beazley | set | messageid: <[email protected]> |
| 2008-12-08 15:45:19 | beazley | link | issue4593 messages |
| 2008-12-08 15:45:18 | beazley | create | |
|