When looking into why my app takes a while to respond, despite running on a mongrel instance, I noticed that a dispatch.fcgi process was running too. When I killed the fcgi process and returned to my site, it took a while to respond again, but when it finally did, the fcgi process was back. Is this how mongrel is supposed to work? What have I done wrong?
Thanks.