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)
Wed Jan 09 19:29:16 -0800 2008
commit  e6ff51a05d896b34bd5cc3b2de315f22ab524635
tree    44d087f9e5c68ce4a476857de5db7560173fe5d7
parent  8d16c531e8f5dff763b4038ad9bf2d77448c1078
thin / TODO
100644 20 lines (18 sloc) 0.767 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
== BUGS
 * Carl Mercier is experiencing weird stuff, response headers seems to be happened
   to the top of every HTML page in the browser ?wtf?
 * IOError w/ Edge Rails buffer_logger,
   http://groups.google.com/group/thin-ruby/browse_thread/thread/856886cfcd46a130
 
== 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/
 * Start a 'users' page on web site
 * 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/
 * Make font a little bit bigger on website