Skip to content

[Q] How does the concurrency aspect actually work? #788

Answered by rustatian
fabis94 asked this question in Q&A
Discussion options

You must be logged in to vote

A simple diagram is here: #622 (comment)

RR runs a set of processes with PHP workers inside. The workers are similar and path to them specified by the server: https://github.com/spiral/roadrunner-binary/blob/master/.rr.yaml#L23. So, there is no single PHP app, there are a set of processes with a PHP inside and RR manages these processes and extends functionality by the plugins.

You can find simplified docs here: https://github.com/spiral/roadrunner/tree/master/pkg/doc

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@rustatian
Comment options

@rustatian
Comment options

@Warxcell
Comment options

@rustatian
Comment options

@rustatian
Comment options

Answer selected by rustatian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
3 participants