Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default thread names in jetty-server. #756

Closed
bhandfast opened this issue Nov 23, 2018 · 1 comment
Closed

Default thread names in jetty-server. #756

bhandfast opened this issue Nov 23, 2018 · 1 comment
Assignees
Milestone

Comments

@bhandfast
Copy link

bhandfast commented Nov 23, 2018

While debugging I noticed that the jetty server threads isn't named anything special. It would be great if they have a name that can be identified as ktor.

private val executor = ScheduledThreadPoolExecutor(Runtime.getRuntime().availableProcessors() * 8)

cy6erGn0m pushed a commit that referenced this issue Dec 18, 2018
@cy6erGn0m cy6erGn0m added this to the 1.1.0 milestone Dec 18, 2018
@cy6erGn0m
Copy link
Contributor

Fixed in 1.1.0

schleinzer pushed a commit to schleinzer/ktor that referenced this issue Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants