summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-13 15:32:46 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-13 15:32:46 -0500
commit878c84a50c3710689acc90b051aa7bc265666a9d (patch)
tree7eee5d1a77aff320a2394b540fa16b15bda7ad9e /func/overlord
parente026b9e5d273042a0145488e967bd30bf30f1ca1 (diff)
downloadfunc-878c84a50c3710689acc90b051aa7bc265666a9d.tar.gz
func-878c84a50c3710689acc90b051aa7bc265666a9d.tar.xz
func-878c84a50c3710689acc90b051aa7bc265666a9d.zip
Update comments header in jobthing
Diffstat (limited to 'func/overlord')
-rw-r--r--func/overlord/jobthing.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/func/overlord/jobthing.py b/func/overlord/jobthing.py
index 57703e6..cd13253 100644
--- a/func/overlord/jobthing.py
+++ b/func/overlord/jobthing.py
@@ -1,6 +1,8 @@
-# forkbomb is a module that partitions arbitrary workloads
-# among N seperate forks, for a configurable N, and
-# collates results upon return, as if it never forked.
+# jobthing is a module that allows for background execution of a task, and
+# getting status of that task. The ultimate goal is to allow ajaxyness
+# of GUI apps using Func, and also for extremely long running tasks that
+# we don't want to block on as called by scripts using the FunC API. The
+# CLI should not use this.
#
# Copyright 2007, Red Hat, Inc
# Michael DeHaan <mdehaan@redhat.com>