Message71409
There is a problem in your script.
On Windows, the remote processes have to import the mtest module, in
order to execute the get_size() function.
This in turn calls the main() function, which creates a new pool of
processes, etc... exponential explosion.
Linux forks and does not have this problem.
The solution of course is
if __name__ == '__main__':
main() |
|
| Date |
User |
Action |
Args |
| 2008-08-19 08:49:41 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, mark |
| 2008-08-19 08:49:40 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-08-19 08:49:37 | amaury.forgeotdarc | link | issue3598 messages |
| 2008-08-19 08:49:36 | amaury.forgeotdarc | create | |
|