Luke Campagnola 72006fe05b Added custom multiprocessing module:
- allows starting new processes and controlling them remotely from the parent process
  - remote processes can run their own GUI, Qt signals can be connected between processes
    (in general this is not possible with the built-in multiprocessing module due to
    the use of fork() ).
  - Control works by a system of proxy-objects such that controlling a remote process
    looks almost exactly like working with local objects.
  - Uses sockets to communicate between processes (so in theory could be made to 
    work over a network), but also includes a mode that uses fork() to allow fast
    parallelization.
  - Wicked-easy inline parallelization by adding only one line of code to break up work between
    processes (requires fork; sorry windows users)
2012-06-18 15:20:35 -04:00
..
2012-05-31 16:05:19 -04:00
2012-05-29 23:44:14 -04:00
2012-03-17 11:47:20 -04:00
2012-05-31 16:05:19 -04:00
2012-04-03 01:11:39 -04:00
2012-04-18 00:09:37 -04:00
2012-05-31 16:05:19 -04:00
2012-05-29 23:18:34 -04:00
2012-03-09 12:38:15 -05:00
2012-04-28 15:12:46 -04:00
2012-05-11 20:10:48 -04:00
2012-05-23 20:29:16 -04:00
2012-03-01 22:53:52 -05:00
2012-03-17 11:47:20 -04:00
2012-03-01 22:58:02 -05:00
2012-03-17 11:47:20 -04:00
2012-04-12 12:44:31 -04:00
2012-04-21 15:57:47 -04:00
2012-05-08 17:55:25 -04:00
2012-04-04 09:29:35 -04:00
2012-04-22 13:22:43 -04:00
2012-06-18 13:50:44 -04:00
2012-03-01 22:58:02 -05:00
2012-05-23 20:29:16 -04:00
2012-05-31 16:05:19 -04:00
2012-03-17 11:47:20 -04:00
2012-03-17 23:10:00 -04:00
2012-05-31 16:05:19 -04:00
2012-05-23 20:29:16 -04:00