Merge branch 'master' of git@github.com:macournoyer/thin
[thin.git] / tasks / email.erb
blob005bad63eccf76f90e8a211d97903b99686c013f
1 Hey all,
3 Version <%= Thin::VERSION::STRING %> (codename <%= Thin::VERSION::CODENAME %>) of the fastest Ruby server is out!
5 http://code.macournoyer.com/thin/
7 == What's new?
9 Bug fix in daemon mode and speed boost for all!
11 * Don't read the full body, use direct streaming when sending response.
12   See: Response#each
13   As a result, the Content-Length can not be calculated anymore.
14   You have to do set this in your adapter. All frameworks do it anyway.
15   It improve memory usage and boost speed for low concurrency.
16   Thanks to Kent Sibilev and Ezra for their help on that one.
17 * Add 'Server' response header
18 * Fix --user and --group option not changing daemon process privileges
20 == Get it!
22  sudo gem install thin
24 Might take some time for the gem mirrors to be updated, try adding
25 --source http://code.macournoyer.com to the command if it doesn't work
27 If you installed a previous alpha version (if you have <%= Thin::VERSION::STRING %> already installed)
28 uninstall it before: sudo gem uninstall thin
30 WARNING:
31 Thin is still alpha software, if you use it on your server you understand the
32 risks that are involved.
34 == Contribute
36 If you're using Thin, let me know and I'll put your site on http://code.macournoyer.com/thin/users/
38 Thin is driven by an active community of passionate coders and benchmarkers. Please join us, contribute
39 or share some ideas in Thin Google Group: http://groups.google.com/group/thin-ruby/topics
41 Also on IRC: #thin on freenode
43 Thanks to all the people who contributed to Thin, EventMachine, Rack and Mongrel.
45 Marc-Andre Cournoyer
46 http://macournoyer.com/