Replies: 1 comment
-
Hey @alexpts. Thanks for the proposal. Could you please replace the discord link with the description here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The file descriptor can be passed from
rr
process to theworker
process.The worker process will read from socket direct and write to socket direct. Possible it increases performance.
Edited:
worker
via the defined in the.rr.yaml
transport (sockets or pipes).ref: https://man7.org/linux/man-pages/man7/unix.7.html
FD sending:
FD receiving from the PHP worker POV:
Beta Was this translation helpful? Give feedback.
All reactions