A Personal Note
Friday, March 24th, 2006On a personal note, I was hit by a drunk driver on the 19th of this month. I wanted to post the pics of the damage to my car for some strange morbidly cool fasination I have. This is what the guy did to me:
On a personal note, I was hit by a drunk driver on the 19th of this month. I wanted to post the pics of the damage to my car for some strange morbidly cool fasination I have. This is what the guy did to me:
I have posted the first snapshot of the StateEngine code on its website:
http://linuxczar.net/moin/StateEngine
This is still very much in the prototyping stage but I hope it shows off some of the concepts that I’d like to work with. At this point there is a directory of configuration files, one per host, that contain the defined state for that host. Each state is defined by a State Object and the arguments or keyword arguments to instantiate it. These files are read into the StateEngine database on startup and the server attempts to spool the resulting Actions to each client. The client code also has a poll option instead of running its own XMLRPC server.
If folks are interested or have feedback for how StateEngine works to deploy and manage configuration please feel free to send me an email or comment.