public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
macournoyer (author)
Fri Jan 11 04:59:27 -0800 2008
commit  25974b98eaa32341f4e46e8a77aa30b0fdf0f7e3
tree    fff0644b0253aa2fe33fa5780e9a8fca25dc4fd8
parent  145c4183336c43279767a1a61a1c7f34db3692b7
thin / TODO
100644 17 lines (14 sloc) 0.566 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
== BUGS
 * Carl Mercier is experiencing weird stuff, response headers seems to be happened
   to the top of every HTML page in the browser ?wtf?
 
== FEATURES
 * Add builtin cluster monitoring support (with god ?)
 * Add --prefix option to thin script
 * IPv6 support (bind to ::1)
 
== TASKS
 * Change benchmarking test to use
   http://blog.evanweaver.com/files/doc/fauna/benchmark_unit/
 * Provide precompiled win32 binaries in Gem
 * Port response writing to a C extension
 * Benchmark CGI and FastCGI too [Carlos Junior]
 * Investigate http://rev.rubyforge.org/