[BangPypers] Tcp/ip server client program

Rahul R rahul8590 at gmail.com
Fri May 28 09:49:17 CEST 2010


welll i did try a client server program in TCP/IP , from

http://www.jroller.com/RickHigh/entry/notes_on_creating_a_socket

this tutorial . It helped me a lot , i hope it would help u too.

On Fri, May 28, 2010 at 7:26 AM, Senthil Kumaran <orsenthil at gmail.com>wrote:

> On Thu, May 27, 2010 at 11:46:36PM +0900, murugadoss wrote:
> > I am trying out client/server program in python using both udp and
> tcp/ip.
> > UDP is working,but for tcp/ip program, i get an error as
>
> Please share the snippet of client and server code.
>
> > KeyboardInterrupt
>
> means you pressed CNTL+C or something else sent a SIGINT signal.
>
> --
> Senthil
>
> <Joy> that's a Kludge(TM)
> <knghtbrd> It Works(tm)
> <Joy> AIX works(TM)
> <knghtbrd> no it doesn't
> <knghtbrd> =>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list