On Tue, Apr 28, 2020 at 01:09:40PM +0000, Ali Taher wrote:
What do you mean by multiple SQL results concurrently? I will have multiple calls coming at the same time which need to go to one of the databases based on the originating IP.
I meant concurrently in the same instance of message processing (inside the same SIP worker process). SQL result sets are part of package memory--the memory that is not shared, but private to every child process.
It sounds like there's no issue here.
-- Alex