2007年06月25日 星期一 18:55
需要读取某个服务器的很多页面,用urllib2的时候发现它每次都新建一个连接,请问能支持保持连接吗? -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20070625/0e4af581/attachment.html
2007年06月25日 星期一 20:00
不支持,需要 keepalive 的话使用 httplib2 http://bitworking.org/projects/httplib2/。 On 6/25/07, Shao Feng <sevenever at gmail.com> wrote: > > 需要读取某个服务器的很多页面,用urllib2的时候发现它每次都新建一个连接,请问能支持保持连接吗? > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070625/48e4b656/attachment.htm
Zeuux © 2025
京ICP备05028076号