Skip to content

Added experimental feature multithread start/stop services deps tree#966

Open
GermanAizek wants to merge 1 commit intoOpenRC:masterfrom
GermanAizek:mt-services-deps-run-stop
Open

Added experimental feature multithread start/stop services deps tree#966
GermanAizek wants to merge 1 commit intoOpenRC:masterfrom
GermanAizek:mt-services-deps-run-stop

Conversation

@GermanAizek
Copy link

@GermanAizek GermanAizek commented Jan 29, 2026

For test feature use flag parameter rc_paralel to enable and disable multithreading.

nkJl9g

… tree

Added new flag parameter 'rc_parallel' to enable and disable multithreading
@navi-desu
Copy link
Member

openrc is inherently a multiprocess system, we currently spawn processes off and wait serially -- waiting in parallel won't help as all the work is being done in other processes, not to mention the now added overhead of allocating extra unnecessary thread data, and spawning and joining N threads.

i am pretty sure we do not want this, was it benchmarked at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants