测试方法:配置 Intel E8400 3.00G 双核 4.0GRAM Windows XP wingIDE 前端未加 nginx 等, 直接调用.python 多线程1000, 300, 200, 150 都测试过1000线程 成功 200多 300 线程 成功 200多200 线程 成功 180多150 线程 成功 150. 几次 150线程测试都成功100%, 基本稳定下面是150线程的测试结果数据 ['start: 0.0', 'ready session and cookies: 14.3838699864', 'ready thread: 14.388 9531826', 'done thread: 14.9821065911', 'insert record: 150']前面 14.384 秒 都在模拟登陆OE, 得到 150 条 Cookie 数据0.005(14.389-14.384) 秒 启用 线程实例后面 0.7秒(14.982-14.389) 就是线程开始调用, 并完成150条记录的创建时间..