From: Dave H. <hel...@li...> - 2014-03-28 15:32:17
|
Hi Folks, The latest version of the C CIM CLient, SFCC 2.2.7 has just been released. There just one new feature, to expose the SFCB broker's markHeap() and releaseHeap() functions through the client function table. This aids memory management for long-running clients using SFCB localconnect by allowing CMPI objects to be periodically garbage collected. The change does not affect user running SFCC over CIM-XML. The use of markHeap() and releaseHeap() is not required but must be used with SFCB 1.4.7 or greater when it is used. The bugfixes, conversely, only affect cim-xml users. Fix a few parser errors, and a memory leak. See the NEWS file for full list of changes. The new release is tagged (SFCC_2_2_7) in git and the tarball is posted to the SourceForge download page. https://sourceforge.net/projects/sblim/files/sblim-sfcc/ -Dave H. SBLIM Team |