Plz help..SocketServer UDP server losing lots of packets
James Mills
prologic at shortcircuit.net.au
Thu Nov 6 10:27:13 EST 2008
More information about the Python-list mailing list
Thu Nov 6 10:27:13 EST 2008
- Previous message (by thread): Plz help..SocketServer UDP server losing lots of packets
- Next message (by thread): Plz help..SocketServer UDP server losing lots of packets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Nov 7, 2008 at 12:57 AM, I D <id.engg at gmail.com> wrote: > Thanks for your response. > But I cannot use a third party software, I need to use the exisiting API's > within python. Why ? > Even this seems to lose packets, I would really appreciate if any pointers > can be provided to improve my code. You do realize that UDP is the User Datagram Protocol and has no Control mechanisms. You _cannot_ guarantee that packets will arrive in the right order, if at all. In all my tests however on local machines and across machines in a LAN, I don't loose packets. I do recommend you use circuits (or twisted). --JamesMills -- -- -- "Problems are solved by method"
- Previous message (by thread): Plz help..SocketServer UDP server losing lots of packets
- Next message (by thread): Plz help..SocketServer UDP server losing lots of packets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list