Hi
The shared memory which SER process will allocate depend on value of SHM_MEM_SIZE in config.h.
In a scenario where I am only establishing the calls and not releasing, sooner or later the application will run out of memory.
What is the behavior of SER then?
Regards, Gaurav Kansal
Gaurav Kansal wrote:
In a scenario where I am only establishing the calls and not releasing, sooner or later the application will run out of memory.
No, because SER maintains transaction state which is released after receipt of a final response. If no final response was received for some time, the transaction state will expire and hence is removed as well.
Regards, Olaf Bergmann