Closed benoitc closed 8 years ago
There is a key mutex that is NOT process shared. Changing its initialization and its related condition variable would get you close. But there several state objects that would need to move to a shared memory segment too. Not impossible but not quick either.
_[posted via JIRA by Matthew Von-Maszewski]_
thanks for the information! So I will need to maintain it in its own process then. closing the issue. (out of the context but what is this both? Is it shipped with jira?)
Can a db handle be shared between multiple processes ? or do i need to handle all operations via a process?