You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/09/09 15:08:38 UTC

[GitHub] [qpid-dispatch] ChugR commented on issue #560: NO-JIRA: add a document explaining the router's threading implementat…

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org