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:
Add note to load options from config
macournoyer (author)
Mon Jan 14 18:42:13 -0800 2008
commit  2593a374fa8230b080020d14767e173fb100d251
tree    41d217184accdde906dceef5752abee5b3c7cc14
parent  648853a724c2408b2df3e6e6287f65aadb600608
0
...
8
9
10
 
11
12
13
...
8
9
10
11
12
13
14
0
@@ -8,6 +8,7 @@
0
  
0
 == TASKS
0
  * Provide precompiled win32 binaries in Gem
0
+ * Load options from a config file
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.