L
L
LeraABL2020-04-16 17:32:15
Python
LeraABL, 2020-04-16 17:32:15

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

2 answer(s)
D
Dr. Bacon, 2020-04-16
@bacon

Learn your own lessons.

#
#, 2020-04-16
@mindtester

a large number of simultaneous connections to the server
not compatible with
in Python

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question