Skip to content

Commit

Permalink
Document the "saw" value.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Nov 17, 2008
1 parent 27966f0 commit ee3445d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ will hang indefinitely waiting for a results. Now run the following:

You should instantly see results in your browser:

<res>
<res saw="1">
<p>
<x>hello!</x>
</p>
Expand All @@ -29,7 +29,7 @@ You should instantly see results in your browser:
If you repeat the above query three times and reload with the browser, you
should see queued results immediately:

<res>
<res saw="3">
<p>
<x>hello!</x>
</p>
Expand All @@ -41,6 +41,11 @@ should see queued results immediately:
</p>
</res>

The `saw` value describes how many incoming messages were received by the
server. It may be larger than the number of requests you receive if the rate
of incoming requests is higher than the rate at which you're processing the
results.

# Requirements

[twisted](http://twistedmatrix.com/) is required to do anything at all.
Expand Down

0 comments on commit ee3445d

Please sign in to comment.