Re: Persistent HTTP Connections with Python?

2008-01-11 Thread Rob Kapteyn
On Jan 10, 12:46 pm, Scott Sharkey [EMAIL PROTECTED] wrote: Hello All, I am trying to write a python script to talk to an xml-based stock feed service.  They are telling me that I must connect and login, and then issue refresh requests to fetch the data.  This sounds a lot (to me) like HTTP

Persistent HTTP Connections with Python?

2008-01-10 Thread Scott Sharkey
Hello All, I am trying to write a python script to talk to an xml-based stock feed service. They are telling me that I must connect and login, and then issue refresh requests to fetch the data. This sounds a lot (to me) like HTTP 1.1 persistent connections. Can I do that with the urllib

Re: Persistent HTTP Connections with Python?

2008-01-10 Thread Ivan Novick
On Jan 10, 10:46 am, Scott Sharkey [EMAIL PROTECTED] wrote: Hello All, I am trying to write a python script to talk to an xml-based stock feed service. They are telling me that I must connect and login, and then issue refresh requests to fetch the data. This sounds a lot (to me) like HTTP