Sha256: dce847a6208b3731a077ac7a0e7f0687667e5393c528c78c9ff071fbcc009485

Contents?: true

Size: 1.55 KB

Versions: 6

Compression:

Stored size: 1.55 KB

Contents

Hey all,

Version <%= Thin::VERSION::STRING %> (codename <%= Thin::VERSION::CODENAME %>) of the fastest Ruby server is out!

http://code.macournoyer.com/thin/

== What's new?

Bug fix in daemon mode and speed boost for all!

* Don't read the full body, use direct streaming when sending response.
  See: Response#each
  As a result, the Content-Length can not be calculated anymore.
  You have to do set this in your adapter. All frameworks do it anyway.
  It improve memory usage and boost speed for low concurrency.
  Thanks to Kent Sibilev and Ezra for their help on that one.
* Add 'Server' response header
* Fix --user and --group option not changing daemon process privileges

== Get it!

 sudo gem install thin
 
Might take some time for the gem mirrors to be updated, try adding
--source http://code.macournoyer.com to the command if it doesn't work

If you installed a previous alpha version (if you have <%= Thin::VERSION::STRING %> already installed)
uninstall it before: sudo gem uninstall thin

WARNING:
Thin is still alpha software, if you use it on your server you understand the
risks that are involved.
 
== Contribute

If you're using Thin, let me know and I'll put your site on http://code.macournoyer.com/thin/users/

Thin is driven by an active community of passionate coders and benchmarkers. Please join us, contribute
or share some ideas in Thin Google Group: http://groups.google.com/group/thin-ruby/topics

Also on IRC: #thin on freenode

Thanks to all the people who contributed to Thin, EventMachine, Rack and Mongrel.

Marc-Andre Cournoyer
http://macournoyer.com/

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thin-0.6.0-x86-mswin32-60 tasks/email.erb
thin-0.6.2-x86-mswin32-60 tasks/email.erb
thin-0.6.2 tasks/email.erb
thin-0.6.0 tasks/email.erb
thin-0.6.1 tasks/email.erb
thin-0.6.1-x86-mswin32-60 tasks/email.erb