Checking network input processing by Python for a multi-threaded server

dieter dieter at handshake.de
Mon May 6 01:53:34 EDT 2019


Dennis Lee Bieber <wlfraed at ix.netcom.com> writes:
> On Sat, 4 May 2019 14:17:52 +0200, Markus Elfring <Markus.Elfring at web.de>
> declaimed the following:
> ...
> 	If the socketserver module doesn't provide what you need, you are free
> to copy socketserver.py to some other file (myserver.py?), and modify it to
> fit your needs.

And in addition, you can derive your own class from `socketserver`
and override methods to provide whatever additional functionality
you think is necessary.




More information about the Python-list mailing list