f-stack/adapter
johnjiang 63196ac70d
Merge pull request #872 from liujinhui-job/fix-ff_hook_recvfrom-sh_fromlen-not-init-error
ff_hook_recvfrom sh_fromlen not init by *fromlen
2025-03-27 12:26:57 +08:00
..
micro_thread Fiexd some build errors of micro_thread on ubuntu 22.04 (kernel:5.19.0-1025, gcc:11.4.0), 2023-08-14 21:01:56 +08:00
syscall Merge pull request #872 from liujinhui-job/fix-ff_hook_recvfrom-sh_fromlen-not-init-error 2025-03-27 12:26:57 +08:00
README.md Add adapter/README.md. 2023-05-03 17:16:01 +08:00

README.md

This directory stores some adapters based on the F-Stack lib library, currently includes micro_thread and syscall.

micro_thread

Provides micro thread interface. Various applications with stateful applications can easily use F-Stack to get high performance without processing complex asynchronous logic.

syscall

Hijack Linux kernel syscall with f-stack api, can use LD_PRELOAD to support existing applications, such as Nginx.

It also can support f-stack and kernel stack at the same time.