sockets: How to know when your data is sent

Jaime Wyant programmer.py at gmail.com
Wed Nov 10 10:05:50 EST 2004


On 09 Nov 2004 17:26:03 GMT, Grant Edwards <grante at visi.com> wrote:
[ snip! ]
> Unfortunately, many people who write network applications (and
> protocols) make all sorts of bizarre assumptions, and somebody
> ends up jumping through hoops later to try to fix things when
> those assumptions turn out to be wrong. :/

Woah!  This is all enlightening news to me.  Of course, what little
bit of socket level stuff I've done, I've always had a
"send/acknowledge" type protocol wrapped around.  I guess I've just
been lucky so far :-).

jw



More information about the Python-list mailing list