02 Aug 2008
IP failover is a wonderful technology. The Mac OS X implementation does have a major problem. When the fallen host comes back online, it will find a duplicate ip address...
24 Jul 2008
Setting up Kerberos while doing DNS based round robbing load balancing can be a pain. Moreover, DNS round robbing is seriously conflicting with the principles of Kerberos. There is a...
07 Feb 2008
I have recently updated my alternative activerecordproxy class and created a rucola plugin for it. The name of the class is now HCODE::AltActiveRecordProxy, but this may change in the future...
29 Jan 2008
I made a small script to help in debugging rucola projects. It will start an interactive irb session and boot your rucola app in the test environment.I saved it in...
25 Jan 2008
The original ActiveRecordProxies have one very annoying problem. When you change a value on an object, the object is immediately saved to the database. This way you miss the best...