|
Ripples 1.0
High Performant Software Architecture For Transaction Processing
|
Ripples is the main function that performs application initialization, parsing of configuration, and starting all the threads.
Functions | |
| int | ripples (int argc, char *argv[]) |
| 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.
| argc | Number of CLI arguments |
| argv | Array of CLI arguments. |

