Code revision 22 for the Windows functions now pickles the data before writing it to the Registry, which removes the cruftiness of the data type casting and adds some programmatic flexibility... at the expense of making the configuration not exactly user-editable outside of the GUI.
I could make it even cleaner by pickling an entire dictionary for each server in the config (whereas now each server is a Registry key and each value is stored independently)... if pickled-Registry values are the direction we want to follow. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=29914#29914 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
