Re: exec() that just starts up a whole lot quicker? pleaaaaaaase? finally??? :-D

Richard <[email protected]> Tue, 23 Sep 2025 03:41:42 +0000
Newsgroups gmane.comp.php.general
Message-ID <[email protected]>
> Date: Monday, September 22, 2025 19:18:54 +0200
> From: Rene AJM Veerman <[email protected]>
>
> We all know a loop of exec() calls is as slow as a snail, always
> has been, and that that situtation is unlikely to change.
> What's the hold up people? Maybe I can help.
> What's PHP written in? I'm running Kubuntu.com 24.04.3LTS


I thought that exec() was depreciated some time ago because of the
security implications, but I'm not seeing that. In general I would
avoid using it, unless you absolutely have to and then only if your
code is very solid.