-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ENG FAQ
ProTankerAlfa edited this page May 20, 2024
·
5 revisions
Other languages: 简体中文
This is a list of commonly asked questions and the answers, with some extended explanation.
Drogon runs on a thread pool where the HTTP server threads as well as DB threads are created when app().run()
is called. It is a sequential task based system. Thus it is recommended to always use the asynchronous APIs or coroutines when possible. See Understanding drogon's threading model for detail.
- 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