Re: [Tutor] Socket not connecting

2011-10-19 Thread Alan Gauld
On 19/10/11 23:57, Christopher King wrote: (I might try increasing the listen value to say 3 or 5 but it shouldn't really be necessary) What exactly is the listen value (by the way, I'm jake's friend he was talking about.) It's essentially the number of messages in the queue. If you on

Re: [Tutor] Socket not connecting

2011-10-19 Thread Christopher King
> > (I might try increasing the listen value to say 3 or 5 but it shouldn't > really be necessary) What exactly is the listen value (by the way, I'm jake's friend he was talking about.) ___ Tutor maillist - Tutor@python.org To unsubscribe or change sub

Re: [Tutor] Socket not connecting

2011-10-19 Thread Alan Gauld
On 19/10/11 00:26, Jacob Bender wrote: worked on my computer, and executed perfectly. OK, So it probably a networking config issue. running the host program. The host program did absolutely nothing and my IP was programmed into the client as the "Host IP". Is it a DHCP generated IP address

Re: [Tutor] Socket not connecting

2011-10-18 Thread Walter Prins
Hi Jacob, On 19 October 2011 00:26, Jacob Bender wrote: > > I'm the same person who asked about intruders getting into my computer > via socket. I tried copying a socket program from online, that worked on my > computer, and executed perfectly. However, I did not open a port for python, > b

[Tutor] Socket not connecting

2011-10-18 Thread Jacob Bender
Dear Tutors, I'm the same person who asked about intruders getting into my computer via socket. I tried copying a socket program from online, that worked on my computer, and executed perfectly. However, I did not open a port for python, but I do have an exception in my firewall. Anyhow, I cal