Skip to content
  • Kirk Webb's avatar
    Snapshot. · fd6d8cc9
    Kirk Webb authored
    * incompatible option handling and use removed from gen purpose libs
    * Global PLC mutex implemented, but currently disabled
    * plabmonitord parallelization cut in half (for now)
    
    I'm still very frustrated with option handling/passing.  Needs more thought,
    but the primary issue is that there really isn't a global variable space in
    python (global to file, yes, but not global to interpreter invocation).
    
    I've learned that __builtin__ might work for this, but it seems hacky..
    fd6d8cc9