public
Fork of macournoyer/thin
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/bmizerany/thin.git
Search Repo:
Add some thing to do
macournoyer (author)
Wed Jan 09 19:29:16 -0800 2008
commit  e6ff51a05d896b34bd5cc3b2de315f22ab524635
tree    44d087f9e5c68ce4a476857de5db7560173fe5d7
parent  8d16c531e8f5dff763b4038ad9bf2d77448c1078
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2007 Marc-Andre Cournoyer
0
+Copyright (c) 2008 Marc-Andre Cournoyer
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining a copy
0
 of this software and associated documentation files (the "Software"), to
0
...
1
2
3
4
5
 
 
6
7
8
...
10
11
12
 
 
 
13
14
15
16
 
 
 
17
...
1
 
 
2
3
4
5
6
7
8
...
10
11
12
13
14
15
16
17
 
18
19
20
21
22
0
@@ -1,8 +1,8 @@
0
 == BUGS
0
- * Thin is bugless, don't you know?
0
- (Well, report to http://groups.google.com/group/thin-ruby/ if you find any)
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
+ * IOError w/ Edge Rails buffer_logger,
0
+ http://groups.google.com/group/thin-ruby/browse_thread/thread/856886cfcd46a130
0
 
0
 == FEATURES
0
  * Add builtin cluster monitoring support (with god ?)
0
@@ -10,6 +10,11 @@
0
  * IPv6 support (bind to ::1)
0
  
0
 == TASKS
0
+ * Change benchmarking test to use
0
+ http://blog.evanweaver.com/files/doc/fauna/benchmark_unit/
0
+ * Start a 'users' page on web site
0
  * Provide precompiled win32 binaries in Gem
0
  * Port response writing to a C extension
0
- * Investigate http://rev.rubyforge.org/
0
\ No newline at end of file
0
+ * Benchmark CGI and FastCGI too [Carlos Junior]
0
+ * Investigate http://rev.rubyforge.org/
0
+ * Make font a little bit bigger on website
0
\ No newline at end of file

Comments

    No one has commented yet.