Subject: common implementation gen. Пожалуйста, помогите перевести.common implementation Выражение встречается в следующем контексте: If a program blocks on I/O , what does the server do when there are more requests to handle? Typically you’d use a multithreaded approach in this context. A common implementation is to use one thread per connection and set up a thread pool for those connections. You can think of threads as computational workspaces in which the processor works on one task. Заранее спасибо |
Сначала надо свой вариант. А потом уже заранее спасибо. |
Распространенная/общепринятая реализация -- использовать по одному потоку для каждого соединения... |
You need to be logged in to post in the forum |