ks465 / yii2-utils

A pack of multiple components and widgets, especially designed for simpler and more generic coding
GNU General Public License v2.0
0 stars 0 forks source link

Code Runner #68

Open ks465 opened 5 years ago

ks465 commented 5 years ago

Prepare a segment for running code with lower CPU and RAM usage: A way is to use a ConsoleRunner extension, e.g. http://www.yiiframework.com/extension/yii2-console-runner/ or https://github.com/vova07/yii2-console-runner-extension which do the job control job a little bit more sophisticated and more secure with popen().