Sockets:tmp项目学习套接字(进程和线程)

时间:2024-04-17 19:29:04
【文件属性】:

文件名称:Sockets:tmp项目学习套接字(进程和线程)

文件大小:118KB

文件格式:ZIP

更新时间:2024-04-17 19:29:04

HTML

插座 tmp项目学习套接字(进程和线程) 了解套接字信息 链接到Gist(文章): : 查看下面的信息以了解有关进程和线程的信息 流程: os.fork() -- create child process os.wait() -- waits while child process is completed child = os.fork() os.waitpid(child, 0) 例1 from multiprocessing import Process from threading import Thread proc = Process ( target = func , args = ( "func_args" ,)) th = Thread ( target = func , args = ( "func_args"


【文件预览】:
Sockets-main
----.gitignore(2KB)
----README.md(3KB)
----socket()
--------README.md(5KB)
--------server.py(2KB)
--------coroutine_examples.py(2KB)
--------client.py(318B)
----asyncio()
--------asynco_examples.py(2KB)
--------asynco_client_etalon.py(3KB)
--------test.py(1KB)
--------async_server.py(511B)
--------asynco_server_etalon.py(5KB)
--------async_client.py(336B)
--------test2.py(1KB)
--------asynchronous_server.py(883B)
--------tt.py(2B)
----async_synchro_test()
--------asynchronous.py(1KB)
--------test_request_aiohttp_req_headers.py(913B)
--------urls.txt(2KB)
--------download()
--------synchronous.py(785B)

网友评论