unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between unicorn and slow clients.
* https://bogomips.org/unicorn/ * public list: [email protected] * mail archives: https://bogomips.org/unicorn-public/ * git clone git://bogomips.org/unicorn.git * https://bogomips.org/unicorn/NEWS.atom.xml * nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn Changes: unicorn 5.3.1 This release fixes an occasional GC problem introduced in v5.3.0 to reduce global variable overhead (commit 979ebcf91705709b) Thanks to Xuanzhong Wei for the patch which lead to this release: https://bogomips.org/unicorn-public/[email protected]/T/#u https://bogomips.org/unicorn-public/[email protected]/T/#u Xuanzhong Wei (1): fix GC issue on rb_global_variable array -- unsubscribe: [email protected] archive: https://bogomips.org/unicorn-public/
