Skip to content
fas edited this page Aug 9, 2017 · 1 revision

A C++ non-blocking network library in reactor mode for multi-threaded server in Linux

description

FAS is TCP server framework only work on linux temporary. Its designer ideas is introduced from muduo, and then do  some improvements,those improvements make FAS modify easily and the use of interface more flexible. The purpose that I devolop FAS isn't replace other TCP server framework, but for study most time, I use it to make sure my ideas is right and high efficiency and communicate with others.
FAS include for modules as follows : 
   (1)timer module
   (2)thread module
   (3)IO multiple module
   (4)Tcp links manager module
Clone this wiki locally