This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients grahamd, ncoghlan, pitrou
Date 2012-08-21.13:28:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345555493.3383.2.camel@localhost.localdomain>
In-reply-to <1345555290.19.0.391142883608.issue15751@psf.upfronthosting.co.za>
Content
> As I understand the situation, mod_wsgi doesn't need arbitrary
> externally created threads to be able to call back into arbitrary
> subinterpreters, it just needs to be able to direct externally created
> threads in a process to a subinterpreter other than the main one.

But how does it know that the right externally created thread will point
to the right subinterpreter? The OS is free to schedule threads as it
desires.
History
Date User Action Args
2012-08-21 13:28:07pitrousetrecipients: + pitrou, ncoghlan, grahamd
2012-08-21 13:28:07pitroulinkissue15751 messages
2012-08-21 13:28:07pitroucreate