Skip to content

[consumption] process niceness extension #449

Closed
@ramunasd

Description

@ramunasd

With PHP it is doable with just one line:

proc_nice($priority);

Where priority is integer from -20 to 19, but only values from 0 onwards is allowed without root permissions. Default is 0.

http://php.net/manual/en/function.proc-nice.php

Would be very usefull for environments with limited CPU power and where (in terms of CPU time) some consumers must overcome other not so important processes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions