Re: dynamic expand schema

2009-10-12 Thread Ming Zhang
thanks , i checked out the trunk and found the file. will look into it. Ming On Mon, Oct 12, 2009 at 1:31 PM, Ted Ross wrote: > If you look at the python agent test in > "qpid/cpp/bindings/qmf/tests/python_agent.py", you will see that the schema > is built up programatically.  You can add new e

Re: dynamic expand schema

2009-10-12 Thread Ted Ross
If you look at the python agent test in "qpid/cpp/bindings/qmf/tests/python_agent.py", you will see that the schema is built up programatically. You can add new elements to the schema as you go along. If you always add content (don't delete or rename), you can minimize the disruption experien

dynamic expand schema

2009-10-09 Thread Ming Zhang
Hi All If I use QMF schema to describe a host, it is quite possible that I will add cpu statistics today, and memory data tomorrow. this means i have to change the schema from time to time. what is the good practice for this? Do I have to recompile the schema, change the code, and shutdown my curr