Skip to content

Commit

Permalink
change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Mar 7, 2024
1 parent 64fa90a commit 27973c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_guide_src/source/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ PHP engine for changes to take effect.
Requirement
-----------

Preloading for classes that are used more than once in the same handler PHP version server is not possible. You must *isolated* one application to *dedicated* handler PHP version in web server, in this example *php8-3* just handle one apps.
Using preloading requires one dedicated PHP handler. Normally, web servers are configured to use one PHP handler, so one app requires a dedicated web server.
If you want to use preloading for multiple apps on one web server, configure your server to use virtual hosts with multiple PHP handlers like multiple PHP-FPMs, with each virtual host using one PHP handler.
Preloading keeps the relevant definitions in memory by reading the files specified in ``opcache.preload``.

.. note:: See :ref:`running-multiple-app` to make one core CodeIgniter4 to handle your multiple apps.
Expand Down

0 comments on commit 27973c7

Please sign in to comment.