summaryrefslogtreecommitdiffstats
path: root/func/jobthing.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kadamski-async2'Michael DeHaan2008-06-101-13/+17
|\
| * Handle remote errors with async calls.Krzysztof A. Adamski2008-06-071-1/+6
| * Eliminate concurency between parent and child which could override job status.Krzysztof A. Adamski2008-06-071-3/+1
| * Daemonize async jobs on minion.Krzysztof A. Adamski2008-06-071-1/+10
| * Change bsddb which is leaking on new python versions.Krzysztof A. Adamski2008-06-071-4/+4
| * Cleanup: Change parameter names to match comments and similar funtion in fork...Krzysztof A. Adamski2008-06-061-2/+2
| * Jobthing status codes cleanup.Krzysztof A. Adamski2008-06-061-7/+6
* | Register empty SIGCHLD handler to kill zombies.Krzysztof A. Adamski2008-06-041-0/+2
* | Jobthing status codes cleanup.Krzysztof A. Adamski2008-06-041-8/+7
* | Change parameter names to match comments and similar funtion in forkbomb.Krzysztof A. Adamski2008-06-041-2/+2
* | Commenting out unneeded __update_status calls.Krzysztof A. Adamski2008-06-041-2/+4
* | Handle remote error with async calls.Krzysztof A. Adamski2008-06-031-1/+6
|/
* Remove a bunch of unused imports.Luke Macken2008-02-211-2/+0
* All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-291-23/+12
* Fixed async_test.py for all success/failure cases. Still need to tweak the c...Michael DeHaan2008-01-241-10/+27
* Still working on async (pardon the debug output still), there's a long ways t...Michael DeHaan2008-01-241-11/+13
* Working on async error handling, lots more to do...Michael DeHaan2008-01-231-1/+5
* Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-9/+80
* Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-231-0/+121