如何在python多进程程序中使用`requests`发送http请求

时间:2015-04-17 01:51:44

标签: python multithreading ssl multiprocessing

首先,我在python中编写了一个mulithread程序来发送http请求 requests

因为Global Interpreter Lock,我使用多进程替换多线程。但该计划抛出异常:

  

错误:[(' SSL例程',' SSL3_GET_RECORD','错误的版本号')],错误:[(' SSL例程&# 39;,' SSL3_GET_RECORD','解密失败或错误记录mac')]。

是否需要在多进程程序中添加发送请求?

0 个答案:

没有答案