Skip to content

Some general newbie questions #1447

Answered by ac000
tobias992 asked this question in Support
Sep 27, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi,

Glad you are liking Unit so far!

Each PHP application seems to be isolated. It seems as if each app has its own dedicated secure OPcache.

Each application runs in their own set of processes, the default being a single process but can be increased via the processes setting.

If you look at the output of ps -ef | grep unit for example, you'll see for each application there is one prototype process and then 1 or more application processes which actually handle requests.

I'm not overly familiar with the OPcache, but I might have suspected that it would be per process/interpreter.

Are the PHP applications so isolated that you don't need additional open_basedir settings or should you set …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tobias992
Comment options

Answer selected by ac000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants