Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62666

Re: python socket query

References <3cea84e7-bfd5-4feb-b786-96a3501ffcf4@googlegroups.com> <mailman.4524.1387768779.18130.python-list@python.org> <bc97bf22-8091-41ca-8e86-5a044672a6be@googlegroups.com>
Date 2013-12-24 14:54 +1100
Subject Re: python socket query
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4584.1387857301.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Dec 24, 2013 at 2:33 PM,  <smilesonisamal@gmail.com> wrote:
> Thanks Chris.I have put bind call but it did not work.
> Even telnet hangs if i tried to connect to the same IP and port manually. Is there a workaround to fix this issue?
>
> If the socket gets closed at the other end. How can we get around with the issue? Any idea?

Normally, bind isn't necessary for client connections. It's almost
never significant, unless you have multiple IP addresses or you
actually need to specify the port.

If telnet hangs, you need to figure out what your server is doing.
Without knowing the server at all, I can't really help.

But please, have a look at how your post comes out:

https://mail.python.org/pipermail/python-list/2013-December/663308.html

All those messy blank lines are because of Google Groups. There are
other problems, as well. Please, can you switch to a better client, so
we don't have to wade through that mess? Mozilla Thunderbird is one
good option, or you can join the mailing list:

https://mail.python.org/mailman/listinfo/python-list

Thanks!

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python socket query smilesonisamal@gmail.com - 2013-12-22 19:05 -0800
  Re: python socket query Chris Angelico <rosuav@gmail.com> - 2013-12-23 14:19 +1100
    Re: python socket query smilesonisamal@gmail.com - 2013-12-23 19:33 -0800
      Re: python socket query Chris Angelico <rosuav@gmail.com> - 2013-12-24 14:54 +1100
  Re: python socket query Piet van Oostrum <piet@vanoostrum.org> - 2013-12-23 14:23 +0100

csiph-web