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 Rhamphoryncus
Recipients Rhamphoryncus, fdirosa, grahamd, nnorwitz, timbishop, vslavik
Date 2008-07-21.17:22:52
SpamBayes Score 0.15112242
Marked as misclassified No
Message-id <1216661030.67.0.342595358341.issue1758146@psf.upfronthosting.co.za>
In-reply-to
Content
Graham, I appreciate the history of sub-interpreters and how entrenched
they are.  Changing those practises requires a significant investment. 
This is an important factor to consider.

The other factor is the continuing maintenance and development cost. 
Subinterpreters add substantial complexity, which I can personally vouch
for.  This is exhibited in the GIL API not supporting them properly and
in the various bugs that have been found over the years.

Imagine, for a moment, that the situation were reversed; that everything
were built on threading.  Would you consider even for a moment adding
sub-interpreters?  How could you justify it?

It's not a decision to be taken lightly, but my preference is clear:
bite the bullet, make the change.  It's easier in the long run.
History
Date User Action Args
2008-07-21 17:23:51Rhamphoryncussetspambayes_score: 0.151122 -> 0.15112242
recipients: + Rhamphoryncus, nnorwitz, timbishop, vslavik, fdirosa, grahamd
2008-07-21 17:23:50Rhamphoryncussetspambayes_score: 0.151122 -> 0.151122
messageid: <1216661030.67.0.342595358341.issue1758146@psf.upfronthosting.co.za>
2008-07-21 17:22:54Rhamphoryncuslinkissue1758146 messages
2008-07-21 17:22:52Rhamphoryncuscreate