sockets - How to use a PHP Fastcgi process from CLI -


i have php running via fastcgi on apache2. php process uses unix socket.

would possible access socket command line , execute php script?

i have long running operations can take hours execute, going via webserver not option. on other hand, calling php command line directly not optimal, because cli process cannot access shared caches of fastcgi php process.

i tried socket command, notreally know do.

i got working cgi-fcgi.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -