Non blocking socket server and storage engine

kdeveloper Krzysztof.Retel at googlemail.com
Wed Nov 19 06:02:23 EST 2008


On Nov 19, 10:57 am, "Chris Rebert" <c... at rebertia.com> wrote:

> Quoting from Wikipedia (http://en.wikipedia.org/wiki/User_Datagram_Protocol):
> "UDP does not guarantee reliability or ordering in the way that TCP
> does. Datagrams may arrive out of order, ***appear duplicated***, or
> go missing without notice."

I agree with that. But the amount of possible duplcates shouldn't be
so huge.

What about using different storing engine? Any suggestions?

Cheers
K



More information about the Python-list mailing list