[true-async] Add true-async-server framework#737
Merged
Conversation
Contributor
Author
|
/benchmark |
Contributor
|
👋 |
Contributor
Benchmark ResultsFramework:
Full log |
Contributor
Author
|
/benchmark --save |
Contributor
|
👋 |
Contributor
Benchmark ResultsFramework:
Full log |
MDA2AV
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
true-async-server: native PHP HTTP server built on the TrueAsync coroutine engine. One OS thread per CPU listens via SO_REUSEPORT inside a single PHP process; each connection runs as a cooperative coroutine. PDO connection pool, OPcache JIT, no Caddy / FrankenPHP / FastCGI in front.trueasync/php-true-async:0.7.0-beta.3-php8.6.baseline-h3,static-h3) are not yet enabled — implementation is in progress and will be added in a follow-up.Notes
frameworks/true-async-server/.EdmondDantes/HttpArena) instead of the org fork (true-async/HttpArena) to work around the known GitHub limitation where the upstreamGITHUB_TOKENcannot push to organization-owned forks, which was blocking/benchmark --saveon the previous PR (Add true-async-server framework #730, now closed).Test plan
/benchmark(sanity)/benchmark --saveto confirm push-back works from this fork