From 4932b06f13912f371ea2b3d06daf0f6ea3c9271c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 31 Oct 2016 20:13:40 +0000 Subject: doc: move homepage and update URLs to HTTPS Let's Encrypt is working well for us and having fewer domains reduces subjectAltName bloat to speed up connection establishment HTTP will remain working indefinitely since some old systems do not have modern TLS stacks. --- TUNING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TUNING') diff --git a/TUNING b/TUNING index a4d2498..55a9ad4 100644 --- a/TUNING +++ b/TUNING @@ -1,6 +1,6 @@ = Tuning \Rainbows! -Most of the {tuning notes}[http://unicorn.bogomips.org/TUNING.html] +Most of the {tuning notes}[https://bogomips.org/unicorn/TUNING.html] apply to \Rainbows! as well. \Rainbows! is not particularly optimized at the moment and is designed for applications that spend large amounts of the time waiting on network activity. Thus memory usage and memory @@ -26,7 +26,7 @@ never be the primary goal of the project. the kernel. * If your workers do not seem to be releasing memory to the OS after - traffic spikes, consider the {mall}[http://bogomips.org/mall/] library + traffic spikes, consider the {mall}[https://bogomips.org/mall/] library which allows access to the mallopt(3) function from Ruby. As of October 2009 tcmalloc (the default allocator for Ruby Enterprise Edition) does not release memory back to the kernel, the best it can -- cgit v1.2.3-24-ge0c7