ryanhh11's recent timeline updates
ryanhh11

ryanhh11

V2EX member #221618, joined on 2017-03-17 20:17:13 +08:00
ryanhh11's recent replies
Aug 13, 2018
Replied to a topic by ryanhh11 Python 新手请教 Python 网络编程的 read 阻塞问题
@d18 嗯,我准备直接用 socket 了
Aug 13, 2018
Replied to a topic by ryanhh11 Python 新手请教 Python 网络编程的 read 阻塞问题
@zhangpeter 已经贴出来代码了
Aug 13, 2018
Replied to a topic by ryanhh11 Python 新手请教 Python 网络编程的 read 阻塞问题
pm = urllib3.PoolManager()
r = pm.request('GET', url_path, preload_content=False)
data_received = 0
start_time = time.time()
now = time.time()
last_time = time.time()
with open(output_file_name, 'w') as out_file:
while True:
data = r.read(120000)
if not data:
break

代码是这样的,我打算改成非阻塞的?会不会有用?
Aug 13, 2018
Replied to a topic by ryanhh11 Python 新手请教 Python 网络编程的 read 阻塞问题
很急的求助啊,自顶
Aug 13, 2018
Replied to a topic by ryanhh11 Python 新手请教 Python 网络编程的 read 阻塞问题
自顶一下啊
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   934 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 173ms · UTC 22:16 · PVG 06:16 · LAX 15:16 · JFK 18:16
♥ Do have faith in what you're doing.