Answer the question
In order to leave comments, you need to log in
How can a large number of simultaneous connections to the server be handled?
How can I handle a large number of simultaneous connections to the server (in Python)?
(which options are correct)
1) Create a separate thread for each new connection
2) No processes or threads needed, python will handle all connections automatically
3) Create a separate process for each connection
4) Create a pool of processes and separate threads for each connection
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question