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:
Updated announcement email
macournoyer (author)
Fri Jan 18 09:38:29 -0800 2008
commit  08376de8e60d83bb1e7c1c949d33991d348fe783
tree    b23a1cb932978a9a719cff485785b7cecc0ba430
parent  83ce82414300e52e30e3d938bcbbfb32ae78772e
...
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
 
 
27
28
 
29
 
 
 
 
 
 
 
 
 
30
31
32
...
34
35
36
37
 
38
39
40
...
11
12
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
15
16
17
 
18
19
20
21
22
23
24
25
26
27
28
29
30
31
...
33
34
35
 
36
37
38
39
0
@@ -11,22 +11,21 @@
0
 
0
 == What's new?
0
 
0
-* Add cluster support through the -s option in the thin script, start 3 thins like this:
0
- thin start -s3 -p3000
0
- 3 thin servers will be started on port 3000, 3001, 3002, also the port number will be
0
- injected in the pid and log filenames.
0
-* Fix IOError when writing to logger when starting server as a daemon.
0
-* Really change directory when the -c option is specified.
0
-* Add restart command to thin script.
0
-* Fix typos in thin script usage message and expand chdir path.
0
-* Rename thin script options to be the same as mongrel_rails script [thronedrk]:
0
- -o --host => -a --address
0
- --log-file => --log
0
- --pid-file => --pid
0
- --env => --environment
0
+Welcome 2 new members to the Thin team (previously composed of me and me):
0
+* Kevin Williams http://www.almostserio.us/
0
+* James Golick http://jamesgolick.com/
0
 
0
-win32 support is coming soon!
0
+Small release for *nix users, but big one of windows ones!
0
 
0
+* win32 pre-compiled gem now available (send all your love to Kevin for this one)
0
+* Add prefix option to thin script to mount app under a given path.
0
+
0
+If you're still not sure about trying Thin, here are a couple of articles:
0
+* http://glauche.de/2008/01/14/how-many-thin-server-instances-are-best/
0
+* http://www.deze9.com/jp/blog/post?p=current-uptime-of-the-thin-server-process-behind
0
+* http://blog.rayngwf.com/2008/01/thin-ruby-web-server-that-is-really.html
0
+* http://glauche.de/2008/01/12/thin-nginx-with-rails/
0
+
0
 == Get it!
0
 
0
  sudo gem install thin
0
@@ -34,7 +33,7 @@
0
 Might take some time for the gem mirrors to be updated, try adding
0
 --source http://code.macournoyer.com to the command if it doesn't work
0
 
0
-If you installed a previous alpha version (if you have 0.5.2 already installed)
0
+If you installed a previous alpha version (if you have <%= Thin::VERSION::STRING %> already installed)
0
 uninstall it before: sudo gem uninstall thin
0
 
0
 WARNING:

Comments

    No one has commented yet.