mpoiriert / draw

1 stars 4 forks source link

Use swoole or roadrunner http server solution in sandbox #276

Closed mpoiriert closed 3 months ago

mpoiriert commented 5 months ago

This will increase performance allowing us to attain or goal for the response time.

Find the proper tech solution (Swoole and Roadrunner are just suggestion, maybe something else is better) Setup docker for it. Adjust any third party library we are using that are not compatible (if any), by doing PR, patch, fork or changing libraries. Normally library are not compatible because we should just do a container reset so any library that have state in services will have problem.

Check symfony runtime, normally there is some integration (maybe by the community).

I think the best solution would be roadrunner when I looked a few months ago

mpoiriert commented 3 months ago

We will not integrate roadrunner since swoole is a lot fater