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 -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) Web: http://www.evaristesys.com/, http://www.csrpswitch.com/ _______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
