README in ebb-0.1.0 vs README in ebb-0.2.0
- old
+ new
@@ -51,11 +51,11 @@
To use Ebb with a different framework you will have to do a small amount of
hacking at the moment! :)
## Speed
-Because Ebb-Ruby handles most of the processing in C, it is able to do work
+Because Ebb handles most of the processing in C, it is able to do work
often times more efficiently than other Ruby language web servers.
![Benchmark](http://s3.amazonaws.com/four.livejournal/20080311/ebb.png)
Ebb-Ruby can handle threaded processing better than the other 'evented'
@@ -68,20 +68,17 @@
Contributions (patches, criticism, advice) are very welcome!
Please send all to to
[the mailing list](http://groups.google.com/group/ebbebb).
-The source code
-is hosted [github](http://github.com/ry/ebb/tree/master). It can be retrieved
-by executing
+The source code is hosted [github](http://github.com/ry/ebb/tree/master). It
+can be retrieved by executing
git clone git://github.com/ry/ebb.git
Here are some features that I would like to add:
* HTTP 1.1 Expect/Continue (RFC 2616, sections 8.2.3 and 10.1.1)
-* A parser for multipart/form-data
-* Optimize and clean up upload handling
-* Option to listen on unix sockets instead of TCP
+* A parser for multipart/form-data (only for optimization - this functionality is currently handled at the framework level)
* Python binding
## (The MIT) License
Copyright © 2008 [Ry Dahl](http://tinyclouds.org) (ry at tiny clouds dot org)