LINUX.ORG.RU

История изменений

Исправление sigurd, (текущая версия) :

Где ты тут увидел fork дурачина?

Дурачок - прочитай наконец статью c10k - http://www.kegel.com/c10k.html
Вот ее содержание:

  1. Serve many clients with each thread, and use nonblocking I/O and level-triggered readiness notification
  2. Serve many clients with each thread, and use nonblocking I/O and readiness change notification
  3. Serve many clients with each server thread, and use asynchronous I/O
  4. serve one client with each server thread, and use blocking I/O
  5. Build the server code into the kernel

Где тут про fork - тупая дурачина?
Ученье - свет! Использование вышеприведенных стратегий ввода-вывода позволяет перейти от проблемы С10К к проблеме С10М.

Исходная версия sigurd, :

Где ты тут увидел fork дурачина?

Дурачок - прочитай наконец статью c10k - http://www.kegel.com/c10k.html
Вот ее содержание:

  1. Serve many clients with each thread, and use nonblocking I/O and level-triggered readiness notification
  2. Serve many clients with each thread, and use nonblocking I/O and readiness change notification
  3. Serve many clients with each server thread, and use asynchronous I/O
  4. serve one client with each server thread, and use blocking I/O
  5. Build the server code into the kernel

Где тут про fork - тупая дурачина?