Hi all,
I was trying to build a rather simple server (with a twist) using
asyncore and got myself complicated.
Well, here's the deal:
My server will handle multiple connections, some require reply, and
some not (they will disconnect by themselves)
all the clients want to to deliver binary data to
Hi all,
I was trying to build a rather simple server (with a twist) using
asyncore and got myself complicated.
Well, here's the deal:
My server will handle multiple connections, some require reply, and
some not (they will disconnect by themselves)
all the clients want to to deliver binary data to