ChugR commented on issue #560: NO-JIRA: add a document explaining the router's threading implementat… URL: https://github.com/apache/qpid-dispatch/pull/560#issuecomment-529522558 Very nice writeup. Ship it! One subsystem this this document does not address is the embedded python-c interface. It is protected by a global lock: ``` qd_python_lock_state_t lock_state = qd_python_lock(); ``` and it is called by both the core and worker threads.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
