Difference between revisions of "Migration Guidelines from 0.5.1 to 0.6"

From GCube System
Jump to: navigation, search
(New page: gCore <code>0.6</code> requires or supports the following changes to practices and service implementations that are compliant with gCore <code>0.5.1</code> (non retro-compatible changes ar...)
 
(Changes Related to Configuration and Use of the gHN)
Line 3: Line 3:
 
==== Changes Related to Configuration and Use of the gHN ====
 
==== Changes Related to Configuration and Use of the gHN ====
  
:* ''todo''
+
:* ''debugging and profiling startup modes''.
::TODO.
+
:: The are two new scripts in <code>$GLOBUS_LOCATION/bin</code>, <code>gcore-start-container-debug</code> and <code>gcore-start-container-profile</code>, to start the gHN in debugging and profiling mode, respectively. See [[The_Development_Cycle#Using_the_Eclipse_IDE_for_for_debugging_and.2For_profiling_your_service|the Primer]] for detailed usage instructions.
  
 
==== Changes Related to the Implementation of Services ====
 
==== Changes Related to the Implementation of Services ====

Revision as of 12:15, 28 October 2009

gCore 0.6 requires or supports the following changes to practices and service implementations that are compliant with gCore 0.5.1 (non retro-compatible changes are typeset in bold):

Changes Related to Configuration and Use of the gHN

  • debugging and profiling startup modes.
The are two new scripts in $GLOBUS_LOCATION/bin, gcore-start-container-debug and gcore-start-container-profile, to start the gHN in debugging and profiling mode, respectively. See the Primer for detailed usage instructions.

Changes Related to the Implementation of Services

  • TODO.
TODO.


Changes Related to the Resource Profiles

  • TODO.
TODO.