From godfat at godfat.org Wed Oct 31 00:14:32 2012 From: godfat at godfat.org (Lin Jen-Shin (godfat)) Date: Wed, 31 Oct 2012 08:14:32 +0800 Subject: negative timeout in Rainbows::Fiber::Base In-Reply-To: <20120928192449.GB14292@dcvr.yhbt.net> References: <20120829211707.GA22726@dcvr.yhbt.net> <20120831013731.GA16613@dcvr.yhbt.net> <20120905232739.GA25153@dcvr.yhbt.net> <20120922194222.GA6839@dcvr.yhbt.net> <20120928191132.GA14292@dcvr.yhbt.net> <20120928192449.GB14292@dcvr.yhbt.net> Message-ID: On Sat, Sep 29, 2012 at 3:24 AM, Eric Wong wrote: Ouch, it's already been one month? Sorry that I guess I don't have time to investigate this further recently. The conference is coming soon, I need to prepare the talk and I also need to work on other things. I promise I would come back to give some conclusions after things are settled. (e.g. after the talk is done or if it is well prepared) One thing might worth some words though. I just realized that in Heroku's new architecture, the cedar stack, actually all requests won't be passed through Nginx! But there are exceptions. If we don't CNAME our domain to Heroku, but use A record to point to their IPs, then requests *would* be passed through both Nginx and Varnish. I guess that explains why sometimes it made me feel this way and that way, because I thought they were the same, and I don't remember which is which. The end result is that I was very confused. I'll review my posts and clues with this new clue next time when I do the investigation again...