@tsearle - hi Torrey - can I confirm the routing script creates threads in the main process before fork (vs. threading is only done in the workers)?
For testing:
- if the routing script uses threads in both master/workers - can you defer master threads until after the fork? Your scripts would need a way to sync with each other. Are you able to run the script with the master process doing no threading/kafka work?
- I have encountered something similar with gRPC (even with the old code)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4153/2676765980@github.com>
@tsearle - hi Torrey - can I confirm the routing script creates threads in the main process before fork (vs. threading is only done in the workers)?
For testing:
- if the routing script uses threads in both master/workers - can you defer master threads until after the fork? Your scripts would need a way to sync with each other. Are you able to run the script with the master process doing no threading/kafka work?
- I have encountered something similar with gRPC (even with the old code)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4153/2676765980@github.com>