Hi, Comments inline:
----- [email protected] wrote: > Hi All, > > I am trying to modify sample AMF application. The below things i am > trying to use > > 1. Timer - Can OPENSAF ais - utilities TIMERĀ be used as part of > application. If so where can i get the API document for SINGLE EVENT > and > PERIODIC timers to start and register call back functions. > As you rightly understood, the opensaf timer implementation is a part of the opensaf internal 'utilities' library and are not exposed to the user through external public APIs. So, it would be up to you to take the risk of using these internal timer utilities, because there is no guarantee on maintainability. > 2 Data structure to be shared between ACTIVE and STANDBY application > instances for state machine maintenance. API document for the > state replication and data sharing > I assume your question is - 'what service should i use to take backup of state information with the standby'? You should use the SAF checkpointing service to write your data(state information, control data, etc.) to a a 'checkpoint' that is visible and shared with the STANDBY instances of your application. Imagine the SAF checkpointing service as a 'shared memory' with visibility across the cluster. Mathi. > Thanks, > Neeraj > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and > Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & > more > Get technology previously reserved for billion-dollar corporations, > FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Opensaf-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensaf-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
