-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CHN FAQ
Martin Chang edited this page Dec 11, 2021
·
3 revisions
这是常见问题和答案的列表,与一展说明。
Drgon 在线程池上运行,当调用 app().run()
时,会在该线程池中创建 HTTP 服务器线程和数据库线程。 它是一个基于顺序任务的系统。 因此,建议在可能的情况下始终使用异步 API 或协程。 详见理解drogon的线程模型。
- Overview
- Install drogon
- Quick Start
- Controller
- Middleware and Filter
- View
- Session
- Database
- References
- Plugins
- Configuration File
- drogon_ctl Command
- AOP
- Benchmarks
- Coz profiling
- Brotli info
- Coroutines
- Redis
- Testing Framework
- FAQ