public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
macournoyer (author)
Fri Jan 11 19:01:05 -0800 2008
commit  85cebaef4bfe0589592913815ae351e9ec551312
tree    76a9bce3eefd536a99576c9e34b467cada462113
parent  1631181287baa0f7249a802924c31501793cae55
thin / TODO
100644 18 lines (15 sloc) 0.619 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
== 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/
 * Check for memory leaks using dike and Instruments