python socket programming

2008-06-19 Thread srinivasan srinivas
HI, I want to know the different kind of exceptions may occur in client-server  socket communication and the way to handle those scenarios. 1. What does the server do when a socket error occurs at any point: accepting a connection, sending data to a client, receiving data from a client, waiting

Python Socket programming

2008-06-13 Thread srinivasan srinivas
Hi, I am going to do some socket related programming in Python. Before that, I wish to know the Gotchas of Python Scoket Programming. Can anyone send me any link that satisfies my needs?? Thanks, Srini Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/ --

Re: Python Socket programming

2008-06-13 Thread Cédric Lucantis
Hi, Le Friday 13 June 2008 18:29:06 srinivasan srinivas, vous avez écrit : Hi, I am going to do some socket related programming in Python. Before that, I wish to know the Gotchas of Python Scoket Programming. Can anyone send me any link that satisfies my needs?? Yes, the friendly manual :)

Re: Python Socket programming

2008-06-13 Thread Vishang Shah
there is this good link for explanation on how sockets work, http://www.tutorialgrub.com/tutorials/Python/Development/Socket-Programming-HOWTO_325.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Socket programming

2008-06-13 Thread Dan Stromberg
On Fri, 13 Jun 2008 21:59:06 +0530, srinivasan srinivas wrote: Hi, I am going to do some socket related programming in Python. Before that, I wish to know the Gotchas of Python Scoket Programming. Can anyone send me any link that satisfies my needs?? Thanks, Srini Explore your

Re: Python Socket programming

2008-06-13 Thread William McBrine
On Fri, 13 Jun 2008 21:59:06 +0530, srinivasan srinivas wrote: I am going to do some socket related programming in Python. Before that, I wish to know the Gotchas of Python Scoket Programming. The only gotcha I see is that you won't want to go back to doing it in C. -- 09 F9 11 02 9D 74 E3