René's URL Explorer Experiment


Title: How to kill multiprocess parent program? · Issue #16 · fluentpython/example-code · GitHub

Open Graph Title: How to kill multiprocess parent program? · Issue #16 · fluentpython/example-code

X Title: How to kill multiprocess parent program? · Issue #16 · fluentpython/example-code

Description: I run program but can't kill parent proccess. code: #-*- coding:utf-8 -*- from concurrent import futures import os import sys import signal def test(num): import time print os.getpid() time.sleep(100) return time.ctime(), num def handle_...

Open Graph Description: I run program but can't kill parent proccess. code: #-*- coding:utf-8 -*- from concurrent import futures import os import sys import signal def test(num): import time print os.getpid() time.sleep(1...

X Description: I run program but can't kill parent proccess. code: #-*- coding:utf-8 -*- from concurrent import futures import os import sys import signal def test(num): import time print os.getpid() time.sle...

Opengraph URL: https://github.com/fluentpython/example-code/issues/16

X: @github

direct link

Domain: redirect.github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"How to kill multiprocess parent program?","articleBody":"I run program but can't kill parent proccess.\r\n\r\ncode:\r\n\r\n```\r\n#-*- coding:utf-8 -*-\r\nfrom concurrent import futures\r\nimport os\r\nimport sys\r\nimport signal\r\n \r\ndef test(num):\r\n    import time\r\n    \r\n    print os.getpid()\r\n    time.sleep(100)\r\n    return time.ctime(), num\r\n\r\ndef handle_interrupt(signum, frame):\r\n    print 'CAUGHT SIGINT!!!!!!!!!!!!!!!!!!!'\r\n    sys.exit(1)\r\n\r\ndef main():\r\n\r\n    signal.signal(signal.SIGTERM, handle_interrupt) # kill\r\n    signal.signal(signal.SIGINT, handle_interrupt)  # Ctrl+C\r\n    signal.signal(signal.SIGQUIT, handle_interrupt) # Ctrl+\\\r\n\r\n    with futures.ProcessPoolExecutor(max_workers=3) as executor:\r\n        print 'id:', id(executor)\r\n        future1 = executor.submit(test,1)\r\n        future2 = executor.submit(test,2)\r\n        print future1\r\n        print future1\r\n\r\n        print future1.result()\r\n        print future2.result()\r\n\r\n\r\nif __name__ == '__main__':\r\n    main()\r\n```\r\n\r\nrun and press `Ctrl + C` can exit program:\r\n\r\n```\r\npython mul_future.py \r\nid: 140637338392144\r\n\u003cFuture at 0x7fe8a35b8ad0 state=running\u003e\r\n\u003cFuture at 0x7fe8a35b8ad0 state=running\u003e\r\n2082\r\n2083\r\n^C\r\nCAUGHT SIGINT!!!!!!!!!!!!!!!!!!!\r\nCAUGHT SIGINT!!!!!!!!!!!!!!!!!!!\r\nCAUGHT SIGINT!!!!!!!!!!!!!!!!!!!\r\nCAUGHT SIGINT!!!!!!!!!!!!!!!!!!!\r\n```\r\n\r\n**But use kill can't exit program**\r\n\r\n**session1:**run program:\r\n\r\n```\r\npython mul_future.py \r\nid: 140243206338128\r\n\u003cFuture at 0x7f8cdf41aad0 state=running\u003e\r\n\u003cFuture at 0x7f8cdf41aad0 state=running\u003e\r\n2091\r\n2092\r\n```\r\n\r\n**session2:**kill parent proccess:\r\n\r\n```\r\nps -ef | grep python\r\nroot      2087  1910  0 21:32 pts/0    00:00:00 python mul_future.py\r\nroot      2091  2087  0 21:32 pts/0    00:00:00 python mul_future.py\r\nroot      2092  2087  0 21:32 pts/0    00:00:00 python mul_future.py\r\nroot      2093  2087  0 21:32 pts/0    00:00:00 python mul_future.py\r\n\r\nkill 2087\r\n\r\nps -ef | grep python\r\nroot      2087  1910  0 21:32 pts/0    00:00:00 python mul_future.py\r\nroot      2091  2087  0 21:32 pts/0    00:00:00 python mul_future.py\r\nroot      2092  2087  0 21:32 pts/0    00:00:00 python mul_future.py\r\nroot      2093  2087  0 21:32 pts/0    00:00:00 python mul_future.py\r\n```\r\n\r\nwhat should i do?","author":{"url":"https://github.com/daiguadaidai","@type":"Person","name":"daiguadaidai"},"datePublished":"2017-11-15T14:23:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/16/example-code/issues/16"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:16631309-d869-efc3-9ed5-8d90efde296f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB64E:24328B:985B1B6:C934C10:696E056D
html-safe-noncebebccee7fce02288956aab6a12cd2e2d1ccb4bb0d9d9542c33c19a964b02e33e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNjRFOjI0MzI4Qjo5ODVCMUI2OkM5MzRDMTA6Njk2RTA1NkQiLCJ2aXNpdG9yX2lkIjoiNjA4ODQ0NjI4OTM5NDkyNjk1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac85fe94caefe4b203879fd8e7869dd92ee14cf020b3e39ebfca6d50ee4df9ce0c
hovercard-subject-tagissue:274173451
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/fluentpython/example-code/16/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bf988fa30e8163894f666763754352ebf2dd1b2db85bc0bfca0b601430ebc881/fluentpython/example-code/issues/16
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bf988fa30e8163894f666763754352ebf2dd1b2db85bc0bfca0b601430ebc881/fluentpython/example-code/issues/16
og:image:altI run program but can't kill parent proccess. code: #-*- coding:utf-8 -*- from concurrent import futures import os import sys import signal def test(num): import time print os.getpid() time.sleep(1...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedaiguadaidai
hostnamegithub.com
expected-hostnamegithub.com
None9b5131b207ddd175abf059a848d5f4302ec0606b02211b989013be49cf08593e
turbo-cache-controlno-preview
go-importgithub.com/fluentpython/example-code git https://github.com/fluentpython/example-code.git
octolytics-dimension-user_id9216311
octolytics-dimension-user_loginfluentpython
octolytics-dimension-repository_id25216588
octolytics-dimension-repository_nwofluentpython/example-code
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id25216588
octolytics-dimension-repository_network_root_nwofluentpython/example-code
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
releasef8590a63bfc8093b241930ca57d536c9a50f9680
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://redirect.github.com/fluentpython/example-code/issues/16#start-of-content
https://redirect.github.com/
Sign in https://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffluentpython%2Fexample-code%2Fissues%2F16
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffluentpython%2Fexample-code%2Fissues%2F16
Sign up https://redirect.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=fluentpython%2Fexample-code
Reloadhttps://redirect.github.com/fluentpython/example-code/issues/16
Reloadhttps://redirect.github.com/fluentpython/example-code/issues/16
Reloadhttps://redirect.github.com/fluentpython/example-code/issues/16
fluentpython https://redirect.github.com/fluentpython
example-codehttps://redirect.github.com/fluentpython/example-code
Notifications https://redirect.github.com/login?return_to=%2Ffluentpython%2Fexample-code
Fork 2.2k https://redirect.github.com/login?return_to=%2Ffluentpython%2Fexample-code
Star 5.6k https://redirect.github.com/login?return_to=%2Ffluentpython%2Fexample-code
Code https://redirect.github.com/fluentpython/example-code
Issues 14 https://redirect.github.com/fluentpython/example-code/issues
Pull requests 10 https://redirect.github.com/fluentpython/example-code/pulls
Actions https://redirect.github.com/fluentpython/example-code/actions
Projects 0 https://redirect.github.com/fluentpython/example-code/projects
Wiki https://redirect.github.com/fluentpython/example-code/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://redirect.github.com/fluentpython/example-code/security
Please reload this pagehttps://redirect.github.com/fluentpython/example-code/issues/16
Insights https://redirect.github.com/fluentpython/example-code/pulse
Code https://redirect.github.com/fluentpython/example-code
Issues https://redirect.github.com/fluentpython/example-code/issues
Pull requests https://redirect.github.com/fluentpython/example-code/pulls
Actions https://redirect.github.com/fluentpython/example-code/actions
Projects https://redirect.github.com/fluentpython/example-code/projects
Wiki https://redirect.github.com/fluentpython/example-code/wiki
Security https://redirect.github.com/fluentpython/example-code/security
Insights https://redirect.github.com/fluentpython/example-code/pulse
How to kill multiprocess parent program?https://redirect.github.com/fluentpython/example-code/issues/16#top
https://github.com/daiguadaidai
https://github.com/daiguadaidai
daiguadaidaihttps://github.com/daiguadaidai
on Nov 15, 2017https://github.com/fluentpython/example-code/issues/16#issue-274173451
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.