История изменений
Исправление sigurd, (текущая версия) :
Где ты тут увидел fork дурачина?
Дурачок - прочитай наконец статью c10k - http://www.kegel.com/c10k.html
Вот ее содержание:
- Serve many clients with each thread, and use nonblocking I/O and level-triggered readiness notification
- Serve many clients with each thread, and use nonblocking I/O and readiness change notification
- Serve many clients with each server thread, and use asynchronous I/O
- serve one client with each server thread, and use blocking I/O
- Build the server code into the kernel
Где тут про fork - тупая дурачина?
Ученье - свет! Использование вышеприведенных стратегий ввода-вывода позволяет перейти от проблемы С10К к проблеме С10М.
Исходная версия sigurd, :
Где ты тут увидел fork дурачина?
Дурачок - прочитай наконец статью c10k - http://www.kegel.com/c10k.html
Вот ее содержание:
- Serve many clients with each thread, and use nonblocking I/O and level-triggered readiness notification
- Serve many clients with each thread, and use nonblocking I/O and readiness change notification
- Serve many clients with each server thread, and use asynchronous I/O
- serve one client with each server thread, and use blocking I/O
- Build the server code into the kernel
Где тут про fork - тупая дурачина?