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:
Fixing typo in James last name, aye sry!
macournoyer (author)
Wed Jan 16 06:32:29 -0800 2008
commit  d5b8163b27f3f667cc7c2c418e46e5e1e2e77418
tree    b69b33f60ce8da85bd14c9fb0f0062f9f753ef1c
parent  09ec619100f905d4426a1ab488a5450e7ada75d5
...
1
2
3
 
...
1
2
 
3
0
@@ -1,4 +1,4 @@
0
 Marc-Andre Cournoyer <macournoyer@gmail.com>
0
 Kevin Williams
0
-James Gollick
0
+James Golick
0
...
9
10
11
 
12
13
14
...
9
10
11
12
13
14
15
0
@@ -9,6 +9,7 @@
0
 == TASKS
0
  * Provide precompiled win32 binaries in Gem
0
  * Load options from a config file
0
+ * Create a Stats adapter to show server stats in the browser
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/

Comments

    No one has commented yet.