Lines Matching refs:can
3 …ss can avoid performance bottlenecks caused by kernel packet copying, thread scheduling, system ca…
7 1. Ultra high network performance which the network card can achieve under full load: 10 million co…
9 3. Support Nginx, Redis, and other mature applications. Services can easily use F-Stack.
11 5. Provides micro thread interface. Various applications with stateful applications can easily use …
31 …ation of the standard DPDK. By setting the NIC port and CPU core mask, you can set binding relatio…
41 …ted into F-Stack. The FreeBSD network stack provides complete features and can follow up the impro…
83 HTTP web application can use F-Stack with Nginx.
87 key-value db application can use F-Stack with redis, and can start multi Redis instance.
91 …can directly use the F-Stack micro threading framework. Applications only need to focus on with th…
101 For example, if `lcore_mask=f` in config.ini, you can start your app like this:
108 Or you can just use `start.sh` under F-Stack root directory.