-
Notifications
You must be signed in to change notification settings - Fork 669
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
[PHP] Antidot: fix dependency issues in composer json #4571
[PHP] Antidot: fix dependency issues in composer json #4571
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update results, after merge
@@ -13,13 +13,12 @@ | |||
"ext-json": "*", | |||
"antidot-fw/framework": "~0.2.1", | |||
"antidot-fw/antidot-react-psr15": "*", | |||
"antidot-fw/cli": "*", | |||
"antidot-fw/cli": "^1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might the keyword @stable
could work ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nevermind, could not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you may invite me @kpicaza, I'll update results
Sorry @waghanza, I'm debugging in more depth because the server falls after some stress tests, If you don't mind I prefer to check better the issue before merging, and for the moment moving the PR to draft, sorry for the inconvenience. |
I think the issue is related to keep-alive connections on React HTTP server as described here reactphp/http#405 (comment). As a workaround, I will keep the react/http version fixed to v1.2.0. The performance is 2x better after v1.3.0, from 20k to 40k in Antidot Framework. But after some WRK hits the server crashes;-(. |
Hi @waghanza, I see that there is some issue running Antidot Framework inner the benchmark.
I updated the composer.json file to get at least the minimum required versions.
Thanks for your great work and for maintaining this excellent project;-D