OpenID to the same Mongrel Server ... or not
After upgrading to the new website, I realised that I hadn’t added my links for my OpenID account associated with “www.samlown.com”. I was resting at the time, so I grabbed my N800 logged on to the server and copied to details over. To my dismay, it didn’t work, so I decided to sleep on it.
This morning it suddenly occurred to me, Rails when running under Mongrel is only available on a single thread, so when I try to log into the site using openID, it attempts to make a connection with itself, causing a dead-lock, and eventual time-out. D’OH.
I guess this means I’ll be installing mongrel_cluster sooner, and consequently upgrading apache with the latest “mod_proxy_balancer”, rather than later.
No comments yet