In another article, I described a replacement for Python's built-in map() function that could take advantage of multi-processing systems. That one was based on the standard Unix fork(). Since then, I've written another based on Parallel Python that is much simpler and lets other, better-tested code do all the hard work. It could also be easily extended to run on a cluster instead of just the local system, but I haven't been inclined to tinker with that too much yet.
Kudos to Connelly for nudging me to finally publish this.
| Attachment | Size |
|---|---|
| ppmap.py | 5.58 KB |






Code?
Maybe I'm missing something obvious here, but I don't see a link to your code.
Grrrr... Drupal's "Project
Grrrr... Drupal's "Project Releases" module is giving me fits. The file's attached now.
Post new comment