Re: [users@httpd] How does apache2.4 maintains php7.0 opcache in prefork model
Hi, 2017-06-09 17:42 GMT+02:00 Kalyana sundaram : > Does each apache2.4 child processes maintain their own opcache or is there > a global opcache shared by all children? > if you are talking about a prefork model with mod_php then I'd say that the opcache is one per children and not shared. Luc
[users@httpd] How does apache2.4 maintains php7.0 opcache in prefork model
Does each apache2.4 child processes maintain their own opcache or is there a global opcache shared by all children? -- Kalyanasundaram http://blogs.eskratch.com/ https://github.com/kalyanceg/