public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Add users to site and update TODO
macournoyer (author)
Mon Jan 14 18:35:54 -0800 2008
commit  648853a724c2408b2df3e6e6287f65aadb600608
tree    2aa9afce65d9cdfd5389729ba9b500d657149177
parent  15cceb07d83f9c2097484cb03f127d8760d7959b
0
...
1
2
3
 
4
5
6
 
7
8
9
10
11
 
 
12
 
 
 
13
14
15
16
 
...
1
2
3
4
5
6
 
7
8
9
10
 
 
11
12
13
14
15
16
17
 
18
 
19
0
@@ -1,16 +1,19 @@
0
 == BUGS
0
  * Carl Mercier is experiencing weird stuff, response headers seems to be happened
0
    to the top of every HTML page in the browser ?wtf?
0
+ * Thin uses more memory then Mongrel on some apps, investigate why
0
 
0
 == FEATURES
0
- * IPv6 support (bind to ::1)
0
+ * IPv6 support (should be able to bind to ::1)
0
  
0
 == TASKS
0
  * Provide precompiled win32 binaries in Gem
0
- * Add a better god sample file in example, maybe generate one !?
0
- * Change benchmarking test to use
0
+ * Check for memory usage/leaks using dike or other.
0
+ * Change benchmarking tests to use
0
    http://blog.evanweaver.com/files/doc/fauna/benchmark_unit/
0
+ * Add a better god sample file in example/,
0
+ maybe generate one w/ thin config and use this in replacement
0
+ of mongrel_cluster to launch cluster at startup and all.
0
  * Port response writing to a C extension
0
- * Benchmark CGI and FastCGI too [Carlos Junior]
0
  * Investigate http://rev.rubyforge.org/ (only Ruby 1.9)
0
- * Check for memory usage/leaks using dike or other.
0
+ * Benchmark CGI and FastCGI too [Carlos Junior]
...
138
139
140
141
 
 
142
143
144
...
138
139
140
 
141
142
143
144
145
0
@@ -138,7 +138,8 @@ class Thin < Atchoum::Website
0
       li { a "Kevin Williams Blog", :href => 'http://www.almostserio.us/articles/2008/01/11/thin-web-server-for-ruby-rocks' }
0
       li { a "Dinooz", :href => 'http://www.nicomoayudarte.com/' }
0
       li { a "Mobile Dyne Systems", :href => 'http://www.mobiledyne.com/' }
0
- li { a "Mobile Dyne Systems", :href => 'http://feelfree.homelinux.com' }
0
+ li { a "feelfree.homelinux.com", :href => 'http://feelfree.homelinux.com' }
0
+ li { a "to2posts.com", :href => 'http://to2blogs.com/' }
0
     end
0
     
0
     p { "If you'd like to have your site listed here, #{a 'drop me an email', :href => 'mailto:macournoyer@gmail.com'}" }

Comments

    No one has commented yet.