René's URL Explorer Experiment


Title: Convoy effect with I/O bound threads and New GIL · Issue #52194 · python/cpython · GitHub

Open Graph Title: Convoy effect with I/O bound threads and New GIL · Issue #52194 · python/cpython

X Title: Convoy effect with I/O bound threads and New GIL · Issue #52194 · python/cpython

Description: BPO 7946 Nosy @gvanrossum, @loewis, @arigo, @gpshead, @jcea, @mdickinson, @ncoghlan, @pitrou, @scoder, @larryhastings, @ericvsmith, @tarekziade, @carljm, @coderanger, @phsilva, @merwok, @alex, @jab, @briancurtin, @florentx, @cool-RR, @di...

Open Graph Description: BPO 7946 Nosy @gvanrossum, @loewis, @arigo, @gpshead, @jcea, @mdickinson, @ncoghlan, @pitrou, @scoder, @larryhastings, @ericvsmith, @tarekziade, @carljm, @coderanger, @phsilva, @merwok, @alex, @jab...

X Description: BPO 7946 Nosy @gvanrossum, @loewis, @arigo, @gpshead, @jcea, @mdickinson, @ncoghlan, @pitrou, @scoder, @larryhastings, @ericvsmith, @tarekziade, @carljm, @coderanger, @phsilva, @merwok, @alex, @jab...

Opengraph URL: https://github.com/python/cpython/issues/52194

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Convoy effect with I/O bound threads and New GIL","articleBody":"BPO | [7946](https://bugs.python.org/issue7946)\n--- | :---\nNosy | @gvanrossum, @loewis, @arigo, @gpshead, @jcea, @mdickinson, @ncoghlan, @pitrou, @scoder, @larryhastings, @ericvsmith, @tarekziade, @carljm, @coderanger, @phsilva, @merwok, @alex, @jab, @briancurtin, @florentx, @cool-RR, @dimaqq, @thedrow, @corona10, @Sophist-UK\nFiles | \u003cli\u003e[udp-ioclient.py](https://bugs.python.org/file16315/udp-ioclient.py \"Uploaded as text/plain at 2010-02-22.19:17:10 by @pitrou\")\u003c/li\u003e\u003cli\u003e[udp-iotest.py](https://bugs.python.org/file16316/udp-iotest.py \"Uploaded as text/plain at 2010-02-22.19:17:34 by @pitrou\")\u003c/li\u003e\u003cli\u003e[gilprio2.patch](https://bugs.python.org/file16323/gilprio2.patch \"Uploaded as text/plain at 2010-02-22.21:41:31 by @pitrou\")\u003c/li\u003e\u003cli\u003e[prioritygil.tar.gz](https://bugs.python.org/file16324/prioritygil.tar.gz \"Uploaded as application/x-gzip at 2010-02-22.21:52:19 by dabeaz\"): Priority GIL implementation from PyCON\u003c/li\u003e\u003cli\u003e[linux-7946.patch](https://bugs.python.org/file16570/linux-7946.patch \"Uploaded as text/plain at 2010-03-16.22:36:56 by nirai\"): Linux (libc) patch for py32\u003c/li\u003e\u003cli\u003e[gilinter2.patch](https://bugs.python.org/file16676/gilinter2.patch \"Uploaded as text/plain at 2010-03-27.13:26:24 by @pitrou\")\u003c/li\u003e\u003cli\u003e[writes.py](https://bugs.python.org/file16968/writes.py \"Uploaded as text/plain at 2010-04-18.00:23:06 by nirai\")\u003c/li\u003e\u003cli\u003e[schedtest.py](https://bugs.python.org/file17095/schedtest.py \"Uploaded as text/plain at 2010-04-26.13:31:14 by dabeaz\"): Scheduling test\u003c/li\u003e\u003cli\u003e[dabeaz_gil.patch](https://bugs.python.org/file17106/dabeaz_gil.patch \"Uploaded as text/plain at 2010-04-27.14:32:33 by dabeaz\"): Dave's GIL patch\u003c/li\u003e\u003cli\u003e[nir-ccbench-xp32.log](https://bugs.python.org/file17194/nir-ccbench-xp32.log \"Uploaded as text/plain at 2010-05-03.22:34:29 by nirai\")\u003c/li\u003e\u003cli\u003e[nir-ccbench-linux.log](https://bugs.python.org/file17370/nir-ccbench-linux.log \"Uploaded as text/plain at 2010-05-16.19:11:22 by nirai\")\u003c/li\u003e\u003cli\u003e[ccbench-osx.log](https://bugs.python.org/file17393/ccbench-osx.log \"Uploaded as text/plain at 2010-05-19.02:29:42 by Michele\")\u003c/li\u003e\u003cli\u003e[bfs.patch](https://bugs.python.org/file17504/bfs.patch \"Uploaded as text/plain at 2010-05-30.20:50:03 by nirai\"): Updated implementation of the BFS scheduler.\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = None\nclosed_at = \u003cDate 2021-01-02.02:43:00.577\u003e\ncreated_at = \u003cDate 2010-02-16.20:48:43.897\u003e\nlabels = ['interpreter-core', '3.10', 'performance']\ntitle = 'Convoy effect with I/O bound threads and New GIL'\nupdated_at = \u003cDate 2022-03-21.22:05:04.974\u003e\nuser = 'https://bugs.python.org/dabeaz'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2022-03-21.22:05:04.974\u003e\nactor = 'Sophist'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2021-01-02.02:43:00.577\u003e\ncloser = 'dabeaz'\ncomponents = ['Interpreter Core']\ncreation = \u003cDate 2010-02-16.20:48:43.897\u003e\ncreator = 'dabeaz'\ndependencies = []\nfiles = ['16315', '16316', '16323', '16324', '16570', '16676', '16968', '17095', '17106', '17194', '17370', '17393', '17504']\nhgrepos = []\nissue_num = 7946\nkeywords = ['patch']\nmessage_count = 100.0\nmessages = ['99438', '99439', '99459', '99461', '99477', '99814', '99815', '99838', '99840', '99846', '99875', '100094', '101116', '101118', '101120', '101125', '101127', '101141', '101142', '101144', '101146', '101148', '101192', '101197', '101612', '101613', '101697', '101700', '101707', '101711', '101714', '101715', '101724', '101737', '101772', '101773', '101821', '101825', '101854', '102043', '102649', '102890', '103154', '103186', '103320', '103414', '103460', '104194', '104195', '104197', '104198', '104203', '104219', '104233', '104234', '104288', '104293', '104303', '104309', '104312', '104317', '104319', '104320', '104324', '104325', '104330', '104335', '104369', '104452', '104453', '104473', '104478', '104613', '104899', '105687', '105835', '105874', '106030', '106780', '106782', '156883', '223109', '223110', '346399', '346495', '347621', '347640', '347641', '377825', '377865', '378187', '378200', '378236', '385088', '385109', '415693', '415698', '415703', '415708', '415715']\nnosy_count = 49.0\nnosy_names = ['gvanrossum', 'loewis', 'jhylton', 'arigo', 'gregory.p.smith', 'jcea', 'mark.dickinson', 'ncoghlan', 'pitrou', 'scoder', 'movement', 'larry', 'eric.smith', 'kevinwatters', 'tarek', 'karld', 'carljm', 'coderanger', 'phsilva', 'durin42', 'eric.araujo', 'nirai', 'alex', 'stuaxo', 'andrix', 'konryd', 'jab', 'brian.curtin', 'hozn', 'victorpoluceno', 'flox', 'DazWorrall', 'cool-RR', 'rh0dium', 'rcohen', 'dabeaz', 'mahmoudimus', 'portante', 'aconrad', 'ysj.ray', 'thouis', 'donaldjeo', 'Michele', 'jmehnle', 'Dima.Tisnek', 'Omer.Katz', 'corona10', 'Sophist', 'maartenbreddels']\npr_nums = []\npriority = 'normal'\nresolution = 'wont fix'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'performance'\nurl = 'https://bugs.python.org/issue7946'\nversions = ['Python 3.10']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/dabeaz","@type":"Person","name":"dabeaz"},"datePublished":"2010-02-16T20:48:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":100},"url":"https://github.com/52194/cpython/issues/52194"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:334f97b2-25ac-1d54-0fcf-7fd94c250575
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD7F0:9F062:607EEC:8410BB:6A507493
html-safe-nonceb88646c2878ffd6675444209c2fc9700c73dae3942dd294671b330ea45ee9e3b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEN0YwOjlGMDYyOjYwN0VFQzo4NDEwQkI6NkE1MDc0OTMiLCJ2aXNpdG9yX2lkIjoiMzE1MTA5MjI2OTkwNzQ3MzU1NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacd533c7c657e315d66135c6e888079f045538e15083c9e5c039f7dd5ca78f39da
hovercard-subject-tagissue:1198852342
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/52194/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9fefabdcc48d98668ce028b1b9afbe9e592957b4e82f9d8d7935207ed36ada6c/python/cpython/issues/52194
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9fefabdcc48d98668ce028b1b9afbe9e592957b4e82f9d8d7935207ed36ada6c/python/cpython/issues/52194
og:image:altBPO 7946 Nosy @gvanrossum, @loewis, @arigo, @gpshead, @jcea, @mdickinson, @ncoghlan, @pitrou, @scoder, @larryhastings, @ericvsmith, @tarekziade, @carljm, @coderanger, @phsilva, @merwok, @alex, @jab...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedabeaz
hostnamegithub.com
expected-hostnamegithub.com
Noned6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7ac0ad2f2c7e4b9056617355fd9e33e22b0c8df9
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/52194#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F52194
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F52194
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/52194
Reloadhttps://github.com/python/cpython/issues/52194
Reloadhttps://github.com/python/cpython/issues/52194
Please reload this pagehttps://github.com/python/cpython/issues/52194
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/52194
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.6k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Convoy effect with I/O bound threads and New GILhttps://github.com/python/cpython/issues/52194#top
3.10only security fixeshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%223.10%22
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
performancePerformance or resource usagehttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22performance%22
on Feb 16, 2010https://github.com/python/cpython/issues/52194#issue-1198852342
7946https://bugs.python.org/issue7946
@gvanrossumhttps://github.com/gvanrossum
@loewishttps://github.com/loewis
@arigohttps://github.com/arigo
@gpsheadhttps://github.com/gpshead
@jceahttps://github.com/jcea
@mdickinsonhttps://github.com/mdickinson
@ncoghlanhttps://github.com/ncoghlan
@pitrouhttps://github.com/pitrou
@scoderhttps://github.com/scoder
@larryhastingshttps://github.com/larryhastings
@ericvsmithhttps://github.com/ericvsmith
@tarekziadehttps://github.com/tarekziade
@carljmhttps://github.com/carljm
@coderangerhttps://github.com/coderanger
@phsilvahttps://github.com/phsilva
@merwokhttps://github.com/merwok
@alexhttps://github.com/alex
@jabhttps://github.com/jab
@briancurtinhttps://github.com/briancurtin
@florentxhttps://github.com/florentx
@cool-RRhttps://github.com/cool-RR
@dimaqqhttps://github.com/dimaqq
@thedrowhttps://github.com/thedrow
@corona10https://github.com/corona10
@Sophist-UKhttps://github.com/Sophist-UK
udp-ioclient.pyhttps://bugs.python.org/file16315/udp-ioclient.py
udp-iotest.pyhttps://bugs.python.org/file16316/udp-iotest.py
gilprio2.patchhttps://bugs.python.org/file16323/gilprio2.patch
prioritygil.tar.gzhttps://bugs.python.org/file16324/prioritygil.tar.gz
linux-7946.patchhttps://bugs.python.org/file16570/linux-7946.patch
gilinter2.patchhttps://bugs.python.org/file16676/gilinter2.patch
writes.pyhttps://bugs.python.org/file16968/writes.py
schedtest.pyhttps://bugs.python.org/file17095/schedtest.py
dabeaz_gil.patchhttps://bugs.python.org/file17106/dabeaz_gil.patch
nir-ccbench-xp32.loghttps://bugs.python.org/file17194/nir-ccbench-xp32.log
nir-ccbench-linux.loghttps://bugs.python.org/file17370/nir-ccbench-linux.log
ccbench-osx.loghttps://bugs.python.org/file17393/ccbench-osx.log
bfs.patchhttps://bugs.python.org/file17504/bfs.patch
3.10only security fixeshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%223.10%22
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
performancePerformance or resource usagehttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22performance%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.