(file) Return to readme.cmpi CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/readme.cmpi between version 1.6 and 1.11

version 1.6, 2005/03/01 06:18:02 version 1.11, 2008/12/16 18:55:33
Line 1 
Line 1 
 CMPI Providers in a nutshell  //%LICENSE////////////////////////////////////////////////////////////////
   //
   // Licensed to The Open Group (TOG) under one or more contributor license
   // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
   // this work for additional information regarding copyright ownership.
   // Each contributor licenses this file to you under the OpenPegasus Open
   // Source License; you may not use this file except in compliance with the
   // License.
   //
   // Permission is hereby granted, free of charge, to any person obtaining a
   // copy of this software and associated documentation files (the "Software"),
   // to deal in the Software without restriction, including without limitation
   // the rights to use, copy, modify, merge, publish, distribute, sublicense,
   // and/or sell copies of the Software, and to permit persons to whom the
   // Software is furnished to do so, subject to the following conditions:
   //
   // The above copyright notice and this permission notice shall be included
   // in all copies or substantial portions of the Software.
   //
   // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   //
   //////////////////////////////////////////////////////////////////////////
   Common Management Programming Interface (CMPI) Providers in a nutshell
 ============================ ============================
  
 Viktor Mihajlovski <mihajlov@de.ibm.com>  Aug 1st, 2005
 Nov 14th 2003  
  
 Pegasus 2.4 *NEWS*  Pegasus 2.5 *NEWS*
 ------------------ ------------------
  
 The CMPI header files are being standardized and will be (possibly by the  The CMPI macro header files (cmpimacs.h) shipped is OpenPegasus specific. This
 time you read this) frozen.  However, since the OpenPegasus 2.4 release is  will change once OpenGroup releases a specification with the macro definitions.
 anticipated prior to the anticipated freezing of the CMPI standard,  
 the OpenPegasus 2.4 release will not provide the CMPI header files as  The CMPI Function Table (cmpift.h) file and CMPI Data Types (cmpidt.h) file are
 part of the OpenPegasus 2.4 SDK.   composed from the CMPI v1.0 specification + Technical Corrigenda and are
   binary compatible with the "historical implementations" and the 1.0 specification
   augmented with the Technical Corrigenda.
  
 They can be found within CVS and the source tarball. Visit  
 http://cvs.opengroup.org/cgi-bin/viewcvs.cgi/pegasus/src/Pegasus/Provider/CMPI/ to view the CMPI header files.  
  
 Build CMPI from sources Build CMPI from sources
 ----------------------- -----------------------
Line 22 
Line 49 
 The Common Manageability Programming Interface (CMPI) has been integrated into The Common Manageability Programming Interface (CMPI) has been integrated into
 Pegasus as a pluggable provider manager. Pegasus as a pluggable provider manager.
  
 CMPI must be enabled during Pegasus build.  CMPI is by default enabled on Linux. For other platforms it must be enabled
   during Pegasus build.
   
 For CMPI enablement, set the following environment variables prior to make: For CMPI enablement, set the following environment variables prior to make:
  
    PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=1    PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=1
Line 37 
Line 66 
 The packages prefixed by the string sblim-cmpi contain CMPI providers for The packages prefixed by the string sblim-cmpi contain CMPI providers for
 various classes. See http://www-124.ibm.com/developerworks/projects/sblim . various classes. See http://www-124.ibm.com/developerworks/projects/sblim .
  
   Using CMPI with threads
   -----------------------
   
   CMPI provides API functions for low-level thread, mutex and conditional constructs.
   Hence you can compile your provider without needing to link to pthread or other
   threading library.
   
   However, the developer is responsible for memory management of these constructs and
   as well of exiting the threads before the cleanup function is exited. If this is not
   done, the thread will be forcefully terminated. This can have the nasty consequence of
   hanging CIMServer, or bringing down the CIMServer, or just the Out-of-Process Provider
   Agent if you run OpenPegasus with 'run-as-requester' configuration flag turned on.
   Please refer to the Admin Guide or the readme files for more details about this flag.
  
 Using CQL with CMPI Using CQL with CMPI
 ------------------- -------------------


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2