(file) Return to todo.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

  1 mike  1.3 
  2 mike  1.31     -   Document that lex and yacc are no longer a requirement to build
  3            	Pegasus.
  4            
  5 mike  1.30     -	Figure out how to handle very large CIM respones and possibly
  6            	requests too.
  7            
  8                -   Integrate client/server tests into make system somehow.
  9            
 10 mike  1.29     -   Note that it is possible to remove an class and still have association
 11            	classes which refer to it.
 12            
 13                -   Class inheritance not taken into consideration when resolving the
 14            	AssocClass
 15            
 16                -   It seems that associatios() will fail when AssocClass is a super
 17            	class of the class which is in the association instance table.
 18            
 19 mike  1.28     -   Should there be a single associations table for the entire repository
 20            	or should there be one per namespace as there is now?
 21            
 22 mike  1.27     -   If it is the case that a reference may only refer to an instance,
 23            	then we must derive new types for representing object paths.
 24            
 25                -   Many CIM operations interfaces are incorrect: GetInstance() for example
 26            	takes a namespace and a CIMReference (which also may contain the 
 27            	namespace). According to the standard, it should take an "InstanceName".
 28            
 29 mike  1.26     -   Need way of signaling the cimserver so that it will reload the
 30            	class inheritance table (after a MOF compile).
 31                
 32 mike  1.25     -   Revisit use of namespace v.s. objectName in all CIM operations.
 33            
 34                -   What do we do when getInstance() is called and the nameSpace is
 35            	provided both as an argument and as part of the instance name?
 36            
 37                -   ReferenceNames should return classes not just instances?
 38 mike  1.22 
 39 mike  1.24     -   Remove final const from const methods in non-const CIM element classes.
 40            
 41 mike  1.22     -   Null vs. empty CIM/HTTP parameters.
 42            
 43                -   Resolve constness problems. (get rid or Const classes?)
 44            
 45                -	Change CIMReference to CIMObjectPath?
 46            
 47                -	Finish associations.
 48            
 49                -	Provide CIMOM Context.
 50            
 51                -	Complete conventions document.
 52            
 53 mike  1.23     -   The CIMServer.exe program should probably create the logs directory
 54            	under PEGASUS_HOME.
 55            
 56 mike  1.22     -   Clean up exceptions.
 57            
 58 mike  1.21     -   Resolve redundancy in which the namespace is passed to certain methods
 59            	(getClass) and the CIMReference itself may contain a namespace arguent.
 60            
 61 mike  1.20     -	Implement consistency and constraint checking on classes and instances.
 62            
 63                -   Implement filtering (using includeQualifiers, localOnly, etc.)
 64            
 65 mike  1.18     -	Consider eliminating const CIM element classes.
 66            
 67 mike  1.17     -   Support for NULL property lists (in interface and protocol).
 68 mike  1.16 
 69 mike  1.17     -   Rename tests (prepend "Test" to each test).
 70 mike  1.16 
 71 mike  1.17     -   Fix bug with cimserver.exe causing it to fail to start without te
 72            	"-l" option.
 73 mike  1.16 
 74 mike  1.17     -   Resolve whether the backslash should be permitted in namespaces.
 75 mike  1.16 
 76 mike  1.17     -   Create CIMOMContext (interface to CIMOM used b the provider).
 77 mike  1.16 
 78 mike  1.17     -	Define Encoding module interface.
 79 mike  1.11 
 80 mike  1.17     - 	Develop XMLEncodings module.
 81 mike  1.1  
 82 mike  1.17     - 	Develop BinaryEncodings module.
 83 mike  1.5  
 84 mike  1.17     - 	Develop MOFEncodings module.
 85 mike  1.4  
 86 mike  1.17     -	Employ BinaryEncodings module in repository (reduce disk usage).
 87 mike  1.7  
 88 mike  1.17     -   Combine repository instances, classes, and qualifiers  into their
 89            	respective files (to reduce the number of files).
 90 mike  1.8  
 91 mike  1.17     -	Employ an efficient indexing scheme in repository (B-trees or hashing).
 92 mike  1.1  
 93 mike  1.17     -	Develop module manager: interface, lookup scheme, and loading scheme.
 94 mike  1.15 
 95 mike  1.17     -   Package Encodings classes as a module.
 96 mike  1.15 
 97 mike  1.17     -   Finalize repository assocations.
 98 mike  1.13 
 99 mike  1.17     -   Add association CIM/HTTP operations.
100 karl  1.14 
101 mike  1.17     -   Design association provider infrastructure.
102 mike  1.10 
103 mike  1.17     -	Implement missing CIM protocol operations.
104 mike  1.10 
105 mike  1.17     -   Implement good observer module interface which allows different levels:
106 mike  1.10 
107 mike  1.17 	-   Observation of client/CIMMOM connections/disconnection.
108 mike  1.9  
109 mike  1.17 	-   Observation of client/CIMOM communication.
110 mike  1.1  
111 mike  1.17 	-   Observation of CIMOM/repository communication.
112 mike  1.1  
113 mike  1.17 	-   Observation of CIMOM/provider communication.
114 mike  1.1  
115 mike  1.17 	-   Observation of CIMOM state transitions.
116 mike  1.1  
117 mike  1.17     -	Pegasus providers for Sun WBEM Services.
118 mike  1.1  
119 mike  1.17     -	Pegasus providers for WMI.
120 mike  1.1  
121 mike  1.17     -	Sun WBEM Services providers for Pegasus.
122 mike  1.1  
123 mike  1.17     -   CIM/HTTP Proxy for WMI.
124 mike  1.1  
125 mike  1.17     -   Web Server/Pegasus Integration (use HTTP protocol capabilities of
126            	web server rather than Pegasus).
127 mike  1.1  
128 mike  1.17     -   Add CIMRepository::namespaceExists() method.
129 mike  1.1  
130 mike  1.17     - 	Change HTTP message id's to this format: "YYYY.MM.DD.HH.MM.SS.NNNNN".
131 mike  1.1  
132 mike  1.17     - 	GetInstances() and GetClasses() need to use iterators on
133            	provider and repository end. Otherwise, all classes or instance
134            	to be enumerated, must be sucked into memory.
135 mike  1.1  
136 mike  1.17     -   Template bloat reduction.
137 mike  1.1  
138 mike  1.17     - 	Need a tool to say which features are supported by a compiler.
139 mike  1.1  
140 mike  1.17     -   Support unloading of dynamic libraries (presently only load() is
141            	supported).
142 mike  1.2  
143 mike  1.1      -	Clean up and consolidate exception classes.
144            
145 mike  1.17     -	Asynchronous socket writes in the CIMOM (need write enabled flags).
146 mike  1.1  
147 mike  1.5      -	Handle PARAMETER.REFARRAY in Procotol?
148 mike  1.1  
149 mike  1.17     -	Implemented stream oriented XML parsing.
150 mike  1.1  
151 mike  1.17     -	Ignore extraneous XML elements (implement "loose validation" concept).
152 mike  1.1  
153 mike  1.5      -	Add methods to get objects by their names, in addition to index. For
154 mike  1.1  	example:
155            
156            	    CIMProperty CIMClass::getProperty(const String& name);
157            
158 mike  1.5      -	Distinguish between private and public classes (otherwise, users may
159 mike  1.1  	come to depend on classes with unstable interfaces).
160            
161 mike  1.17     -	Walk through all code to expose consistency/aesthetic issues.
162 mike  1.1  
163 mike  1.17     -	Provide ACE Channel implementation (for porting purposes)?
164 mike  1.1  
165 mike  1.17     -	Expand datatime (setCurrentTime() and comparison and increment 
166            	functions).
167 mike  1.1  
168                -	Write Pegasus Architecture Paper.
169            
170 karl  1.14     -	Implement MOF provider registration scheme (according to the
171 mike  1.17 	standard).
172 mike  1.1  
173 mike  1.17     -	WBEM Query Language and integration.
174 mike  1.1  
175 mike  1.17     -   Threading
176 mike  1.1  
177                -	Package up pegasus in Install Shield application.
178            
179 mike  1.17     -	Internationalization: Handle UCS2 characters in XML 
180            	(parsing and writing).
181 mike  1.1  
182 mike  1.17     -	Export of repository to MOF.
183 mike  1.1  
184 mike  1.6      -   Change CompareNoCase() to String::compareNoCase().
185            
186 mike  1.17     -	Figure out how to handle CIM NULL values.
187 mike  1.1  
188 mike  1.5      -	Figure out how inheritance of keys works.
189 mike  1.1  
190 mike  1.28     -	Investigage weak associations.
191 mike  1.1  
192 mike  1.5      -	Enforce constraint qualifiers.
193 mike  1.1  
194 mike  1.5      -	Disallow resetting size of fixed length arrays.
195 mike  1.1  
196 mike  1.5      -	Shrink object sizes.
197 mike  1.1  
198 mike  1.5      -	Use lighter I/O system (than C++ streams).
199 mike  1.1  
200 mike  1.5      -	Run Purify on all sources (port to Sun first).
201 mike  1.1  
202 mike  1.5      -	Optimize clear method on arrays (to not release memory).
203 mike  1.1  
204 mike  1.17     -	Provide conversions between DateTime and time_t.
205 mike  1.1  
206 mike  1.5      -	Port to Solaris
207 mike  1.1  
208 mike  1.17     -   Support multiple providers of the extact same class.
209            	DiskController example and LanController.
210 mike  1.19 
211 mike  1.28     -   SLP - Eliminate lib directory.

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2