Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Async: Make # of base and accept queues configurable #7

Open
helje5 opened this issue Nov 12, 2017 · 0 comments
Open

Async: Make # of base and accept queues configurable #7

helje5 opened this issue Nov 12, 2017 · 0 comments

Comments

@helje5
Copy link
Member

helje5 commented Nov 12, 2017

Same like swift-server#99

The accept queue is currently a GCD based concurrent queue.

The read queues are forked number-of-cpu times. That may be too much on device where you'd want to restrict it (or which run other services too). Or maybe you'd want more threads if your handler code is not properly async.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant