cockroachdb / cockroachdb/cockroach
drpc: add worker pool for handleRPC
Open
C-enhancement
T-db-server
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
One the core of stream multiplexing is merged, instead of spawning a new goroutine for each handleRPC on server, we should maintain a pool and put it behind a configuration.
Jira issue: CRDB-62888
Contributor guide
Assessment
This issue has not been assessed yet.