Blog


Introduction Assuming that if you have a process and you want to send a message from it to another process on the same computer or even another computer on the network? You might think about an approach to meet this requirement: socket. Yes, socket, in my knowledge, is the only way to do this. Using […]

OpenClovis Message Service


Introduction I’m sure you’ve already heard about the Interface Definition Language (IDL) if you’ve ever worked with RPC. Yes, if you want to make RPC calls, you can use DCOM by Microsoft, CORBA…Although the technologies are different but they have the same thing: the IDL must be defined first. Then, a tool can compile and […]

OpenClovis Interface Definition Language (IDL)



Introduction The issue is how to invoke a method which is located in a different process or even different machine on the network? This question causes a lot of solutions to appear such as DCOM (Distributed Component Object Model) by Microsoft, CORBA (Common Object Request Broker Architecture) which is cross platform independent, Java RMI (Remote […]

OpenClovis Remote Method Dispatch (RMD)


Introduction In the world of tightly coupled distributed systems, intracluster communication is a critical element. OpenClovis provides several communications facilities that are used by the SAFplus Platform framework and that should be used by customer software. These communications services are available on every SAFplus Platform node and allow any component to directly communicate with any […]

UNDERSTANDING OPENCLOVIS COMMUNICATION INFRASTRUCTURE



Introduction OpenClovis SAFplus Platform provides a comprehensive platform and system management and component manageability. In the context of the OpenClovis SAFplus Platform, system management specifically refers to managing the various components and resources within that platform. This article delves into the key elements of system management within OpenClovis.   Components of Manageability OpenClovis includes several […]

SYSTEM MANAGEMENT IN OPENCLOVIS SAFPLUS PLATFORM


Introduction This article provides information about the usage of OpenClovis IDE, a graphical development environment from OpenClovis Inc. that complements the OpenClovis platform. This guide provides you an overview of it, its functionality and how you can achieve it.   Overview OpenClovis IDE, the eclipse-based IDE, is designed to simplify and accelerate the development of […]

OpenClovis SAFplus IDE



Introduction Technological resilience is essential for ensuring uninterrupted service delivery in today’s digital landscape, especially those mission-critical systems. One prime measure of such resilience is High Availability (HA). Achieving HA can often be complex, but with the right strategies and tools, it is highly attainable. In this article, we delve into the fundamentals of high […]

Ensuring Resilient Systems: A Guide to High Availability


A High Availability Solution for Seamless Application Failover In high-availability systems, data consistency during failovers or switchovers is essential to maintain application continuity. The OpenClovis Checkpointing Service (CPS) serves as a critical infrastructure component, allowing applications to synchronize runtime data, thereby ensuring seamless transitions in the event of a failover or switchover.   Key Features […]

Understanding the OpenClovis Checkpointing Service (CPS)



     Implement NFV with SAFplus There is heightened interest in Network Functions Virtualization (NFV) as carriers push to reduce operating costs and decrease deployment time for new services. SAFplus makes NFV easy by facilitating a gradual transition of your network elements into the new era of virtualization. Legacy equipment doesn’t have to disappear overnight, rather […]

NFV Made Easy With SAFplus


6 Reasons to Switch to SAFplus from OpenSAF   OpenSAF has been a popular solution for developers wanting to add High Availability (HA) to their product. As the name suggests, OpenSAF provides open source middleware software based on the Service Availability (SA) forum’s specification. Whilst this is a great option for developers wanting a low […]

OpenSAF Alternative – SAFplus is Better for Developers