<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,4 +13,15 @@ Worker Options:
 -e [test,production,development]  : set the rails environment
 
 Example Usage:
-./vendor/plugins/async_observer/bin/worker -d --pid /home/taf2/work/app/log/worker.pid -e production
+
+start 3 workers
+  ./vendor/plugins/async_observer/bin/worker -d --pid log/worker1.pid -e production
+  ./vendor/plugins/async_observer/bin/worker -d --pid log/worker2.pid -e production
+  ./vendor/plugins/async_observer/bin/worker -d --pid log/worker3.pid -e production
+
+kill one
+  kill -s INT `cat log/worker1.pid`
+
+Remember kill a worker will cause it to go into a shutdown phase.
+Run the above again to kill immediately, but remember all jobs in
+the workers queue is lost at that point...</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>42e019da8d65943bf40094934bf7583320691a91</id>
    </parent>
  </parents>
  <author>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </author>
  <url>http://github.com/kristjan/async_observer/commit/58e5fa00250307862db7b67d5563858ee45ee1e9</url>
  <id>58e5fa00250307862db7b67d5563858ee45ee1e9</id>
  <committed-date>2009-09-14T18:59:53-07:00</committed-date>
  <authored-date>2009-09-14T18:59:53-07:00</authored-date>
  <message>add note on killing a worker</message>
  <tree>13f783cdbe19bda83e3f6a50a5daa458a4892e7d</tree>
  <committer>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </committer>
</commit>
