Well if we have one handle per curl con everything will be fine. I have some new code in
master that splits up configuration in shared memory and some data like last result code
and redirect URL in package memory which is per process. If we move the curl handle into
package memory we can have one handle per connection. We just need to make sure we clean
up properly. I think the infrastructure for getting this done is on it's way by the
latest commits, just need to run more tests and make sure the memory handling works as
planned.
As I want to be able to reload the configuration file at some point, we need to figure out
how to handle that too.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/542#issuecomment-204658619