Posts by Wanderson Lima • 3 points
1 post
-
0
votes1
answer352
viewsQ: How to make server threads in Python?
Hello I’m a beginner in Python and I’m creating a simple server but I can’t create independent threads. When the client connects to the server it calls the worker function that waits for a client…