Ripples 1.0
High Performant Software Architecture For Transaction Processing
Loading...
Searching...
No Matches
Ripples Main Application

Detailed Description

Ripples is the main function that performs application initialization, parsing of configuration, and starting all the threads.

Functions

int ripples (int argc, char *argv[])
 

Function Documentation

◆ ripples()

int ripples ( int  argc,
char *  argv[] 
)

This is the main process thread function for ripples application. The reason this code is separated from function main() is so unit tests could be written for it.

Parameters
argcNumber of CLI arguments
argvArray of CLI arguments.
Returns
Always returns 0.
Here is the call graph for this function:
Here is the caller graph for this function: