gholt f643a58d32 Fixes to prevent socket hoarding...
Main thing is the addition of a Queue between reading from the backend
server's httplib.Response and the frontend client's webob.Response,
allowing timeouts on either end to tear down the sockets.

Also, Connection: close headers were added to backend requests since
we only ever do one request per connection; this will tear down those
connections more quickly after the request is complete.

Finally, the eventlet.wsgi.WRITE_TIMEOUT is set in case the Eventlet
version supports it, timing out writes to client connections if they
take too long to read.

Change-Id: I18c7559442cf17a47ff30690ffc75010a7f003c4
2011-11-22 21:11:12 +00:00
2011-11-16 00:34:36 +00:00
2011-11-15 17:55:14 +00:00
2011-11-01 15:49:00 +00:00
2011-11-22 21:11:12 +00:00
2011-09-07 21:55:40 +00:00
2010-07-12 17:03:45 -05:00
2010-07-12 17:03:45 -05:00
2011-11-16 16:00:31 -08:00
2010-07-12 17:03:45 -05:00
2011-11-01 15:49:00 +00:00

Swift
-----

A distributed object store that was originally developed as the basis for 
Rackspace's Cloud Files.

To build documentation run `python setup.py build_sphinx`, and then browse to
/doc/build/html/index.html.

The best place to get started is the "SAIO - Swift All In One", which will walk
you through setting up a development cluster of Swift in a VM.

For more information, visit us at http://launchpad.net/swift, or come hang out
on our IRC channel, #openstack on freenode.

--
Swift Development Team
Description
OpenStack Storage (Swift)
Readme 192 MiB
Languages
Python 99.6%
JavaScript 0.3%