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

4.1.2: Smart async writer in webserver #9292

Merged

Conversation

barchetta
Copy link
Member

@barchetta barchetta commented Sep 26, 2024

Backport of #9191 to 4.1.2

Description

New type of writer that can switch from async to sync writing dynamically based on average async queue size heuristics. It can be enabled as follows:

server:
  host: 0.0.0.0
  port: 8080
  smart-async-writes: true

The default for this property is false.

@barchetta barchetta added this to the 4.1.2 milestone Sep 26, 2024
@barchetta barchetta requested a review from spericas September 26, 2024 22:20
@barchetta barchetta self-assigned this Sep 26, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 26, 2024
@barchetta barchetta added the backport Issues that are merged into a single branch, but missing in either master or previous release label Sep 26, 2024
@barchetta barchetta changed the title 4.1.2: Smart async writer in webserver (#9191) 4.1.2: Smart async writer in webserver Sep 26, 2024
New type of writer that can switch from async to sync writing dynamically based on average async queue size heuristics.
@barchetta barchetta force-pushed the 4.1.2-9191-async-writer branch from 592f917 to 578edc3 Compare September 27, 2024 00:14
@barchetta barchetta merged commit 16e708b into helidon-io:helidon-4.1.x Sep 27, 2024
40 of 44 checks passed
@barchetta barchetta mentioned this pull request Sep 27, 2024
16 tasks
@barchetta barchetta deleted the 4.1.2-9191-async-writer branch November 12, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x backport Issues that are merged into a single branch, but missing in either master or previous release OCA Verified All contributors have signed the Oracle Contributor Agreement. performance webserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants