-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CHN FAQ
Robert Huang edited this page Feb 12, 2023
·
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