Re: [Tutor] requests/responses from urllib2

2008-08-13 Thread Eric Abrahamsen
Thanks to you both. I'll read up on sockets, but it seems unlikely that it works the way I thought it might... On Aug 12, 2008, at 8:45 PM, Kent Johnson wrote: On Tue, Aug 12, 2008 at 7:27 AM, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: On Aug 11, 2008, at 6:54 PM, Kent Johnson wrote: I'm no

Re: [Tutor] requests/responses from urllib2

2008-08-12 Thread Kent Johnson
On Tue, Aug 12, 2008 at 7:27 AM, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > > On Aug 11, 2008, at 6:54 PM, Kent Johnson wrote: >> I'm not sure if you want to see the traffic coming in from your users, >> or the traffic from your server to the third-party server. I don't >> know what kind of inter

Re: [Tutor] requests/responses from urllib2

2008-08-11 Thread Kent Johnson
On Mon, Aug 11, 2008 at 2:52 AM, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: The python docs say that urllib2 requires the > socket library to work, so I assume it's a socket of some sort, but I don't > really understand how that socket is addressed, from the point of view of > the third-party serve

Re: [Tutor] requests/responses from urllib2

2008-08-11 Thread Alan Gauld
"Eric Abrahamsen" <[EMAIL PROTECTED]> wrote that traffic go in and out of my server machine? The python docs say that urllib2 requires the socket library to work, so I assume it's a socket of some sort, but I don't really understand how that socket is addressed, from the point of view of the

[Tutor] requests/responses from urllib2

2008-08-10 Thread Eric Abrahamsen
I've got a question about the way urllib2 makes its requests. If I've got a python web framework running behind a web server, and that framework uses urllib2 to make a request to another server, how does that traffic go in and out of my server machine? The python docs say that urllib2 requi