Is command-line PHP included in the LVE?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suhaskhare
    Member
    Forum ExplorerTechnical Associate
    • Mar 2021
    • 70

    #1

    Is command-line PHP included in the LVE?

    Hello,

    We have a customer who wants to use "/usr/local/bin/ffmpeg" and "/usr/local/bin/flvtool2" which are called fr om one of their PHP scripts, to convert some video files.

    So their webpage php script runs them using CLI.

    Will execution of these programs be "under" their users LVE? (ie: These programs are known to use a lot of cpu processing power. I would like to know if their LVE will "catch" and lim it them, so the server does not suffer when they try and do video processing or conversion on the shared server...)

    Thanks.
  • iseletsk
    Senior Member
    • Dec 2017
    • 1199

    #2
    Any program/child process executed by a process inside LVE will be inside LVE as well.

    Which basically means that yes, they will be limited.

    Comment

    Working...