aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.4/packages/development-mode/docs/main.md
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@galois.com>2012-03-30 17:07:02 -0700
committerGravatar Rogan Creswick <creswick@galois.com>2012-03-30 17:07:02 -0700
commitf6ab6622aab00fe7c2f4c3dc41f786ebbe0f0d73 (patch)
tree870111038542cd27153e1396ebdc063573249689 /tools/addon-sdk-1.4/packages/development-mode/docs/main.md
initial revision
Diffstat (limited to 'tools/addon-sdk-1.4/packages/development-mode/docs/main.md')
-rw-r--r--tools/addon-sdk-1.4/packages/development-mode/docs/main.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/addon-sdk-1.4/packages/development-mode/docs/main.md b/tools/addon-sdk-1.4/packages/development-mode/docs/main.md
new file mode 100644
index 0000000..1669c49
--- /dev/null
+++ b/tools/addon-sdk-1.4/packages/development-mode/docs/main.md
@@ -0,0 +1,5 @@
+This program simply pings a local "task queue" server using AJAX long
+polling. When a program needs to be run, this program obtains
+a JSON blob containing configuration information from the task queue
+server and uses it to bootstrap the program. This goes on
+indefinitely, until the application exits.