~lifeless/meliae/db

Viewing all changes in revision 82.

  • Committer: John Arbash Meinel
  • Date: 2009-09-11 17:39:20 UTC
  • Revision ID: john@arbash-meinel.com-20090911173920-yfcry3l124m19eiv
multiprocessing.Process only works with globals on Windows.

It uses cPickle to determine what function to run (since we don't have fork())
as such, the function to run must be globally accessible, and not a nested
function.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: