ФорумПрограммированиеPython → Simple Examples of Concurrent Server Design in Python

Simple Examples of Concurrent Server Design in Python

  • adw0rd

    Сообщения: 22959 Репутация: N Группа: в ухо

    Spritz 24 июня 2012 г. 19:47

    1) TCP Concurrent Server, One Child per Client (fork)
    2) TCP Concurrent Server, I/O Multiplexing (select)
    3) TCP Preforked Server, Children Call 'accept'
    4) TCP Preforked Server, Passing Descriptor to Child

    https://github.com/rspivak/csdesign
    https://smappi.org/ - платформа по созданию API на все случаи жизни

Пожалуйста, авторизуйтесь, чтобы написать комментарий!