Dennis Lee Bieber 於 2019年11月21日 週四 上午2:17寫道:
> On Wed, 20 Nov 2019 18:51:31 +0800, lampahome
> declaimed the following:
>
> >
> >I only use a while loop to catch events like below:
> >import select, socket
> >sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
> >sock.bind()
>
> Doc
Dennis Lee Bieber :
> (though as I don't really understand the use of this function, that
> may just mean that all the events will be in the one return structure,
> and not that there is only one event).
I use epoll almost every day. You've done a good job explaining it.
> Given that your c