OpenClovis / SAFplus-Availability-Scalability-Platform

Middleware that provides libraries, GUI, and code generator to design multi-node (clustered) applications that are highly available, redundant, and scalable. Provides sub-second node and application fault detection and failover, and useful application libraries including distributed hash tables (checkpoint), event, logging, and communications. Implements SA-Forum APIs where applicable. Used anywhere reliability is a must -- like telecom, wireless, defense and enterprise computing. Download stable release with installer from: ftp.openclovis.com
www.openclovis.com
GNU General Public License v2.0
19 stars 13 forks source link

Removing OS dependent calls while starting AMF. #126

Closed nateshrevankar closed 10 years ago

nateshrevankar commented 10 years ago

Removing OS dependent calls while starting AMF. The dynamic creation of commands w.r.t. OS on which this is running (Linux or QNX) need to be removed and to be included as import library.

nateshrevankar commented 10 years ago

The OS dependency is removed and respective lib is imported after checking the OS type.

The ASP names are changed to SAFplus

The WIP code changes are uploaded in location: https://github.com/nateshrevankar/SAFplus-Availability-Scalability-Platform/commit/b08fd62d0fbe23356aac2e77737d42a1023a1d3c

nateshrevankar commented 10 years ago

completed.