~notmyname/swift/parameter_token

« back to all changes in this revision

Viewing changes to doc/source/ratelimit.rst

  • Committer: Tarmac
  • Author(s): Anne Gentle
  • Date: 2010-11-01 21:06:35 UTC
  • mfrom: (111.1.2 swift-rhel)
  • Revision ID: hudson@openstack.org-20101101210635-zipa293vrgflvo0o
Add link to RHEL instructions in the SAIO doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
Rate limiting in swift is implemented as a pluggable middleware.  Rate
6
6
limiting is performed on requests that result in database writes to the
7
 
account and container sqlite dbs.  It uses memcached and is dependant on
 
7
account and container sqlite dbs.  It uses memcached and is dependent on
8
8
the proxy servers having highly synchronized time.  The rate limits are
9
9
limited by the accuracy of the proxy server clocks.
10
10