aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.4/packages/development-mode/docs/main.md
diff options
context:
space:
mode:
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.