AlwaysOn PHP process

#1
Hello,

Is there some config that PHP process will not restart on server graceful restart? I tried many configs, PHP is always restarted. Also tried with manual starting lsphp but after graceful restart even my manually started PHP process is restarted.


Use case: Opcache and apcu in memory cache is flushed, app need to warm up again.
 

Pong

Administrator
Staff member
#2
I don't believe you can keep php process always on, on the other hand, I did not see any problem with opcache and apcu either.
 
Top