Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You could have done this with the multiprocessing module. It interfaces like the threading library but it's launching new processes for each "thread". I've done a shitload of image processing in Python with it. You'll end up with a 100% Python version of what you did.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: