HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-devel] Using params



The param() functionality is in
condor_c++_util/condor_config.cpp, with the hash table
implementation in condor_c++_util/config.cpp.  It's not really
documented outside of that code.  They are kept in a hash table.
It's all sucked into memory via config() (condor_config.cpp, line
326ish).  Most of the existing Condor code calls config() very
early in the startup process, and re-calls it when it receives
the message from condor_reconfig.  param() should Just Work in
the vast majority of the code.

-- 
Alan De Smet                              Condor Project Research
adesmet@xxxxxxxxxxx                http://www.cs.wisc.edu/condor/