henningw left a comment (kamailio/kamailio#4373)
The PROC_POSTCHILDINIT will get you called after forking of all child
processes. There is a special registration function (e.g. compare to ndb_redis)
for that. If you don't set it, I think you should not see it. Maybe there is an
issue in the core? You can find the introduction of this function in usrloc
module here, for example 4780d46976a7
Usually you want to skip database initialization for non worker processes, this
is what some of the other DB modules do.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4373#issuecomment-3397865503
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4373/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!