Web lists-archives.org

Re: [PHP] PHP console script vs C/C++/C#




On Fri, Apr 18, 2008 at 9:33 AM, Eric Butera <eric.butera@xxxxxxxxx> wrote:

> Like I said before, since you know that most of your time is in a
> specific part of your script, just move that function into a custom
> extension written in c/c++.
>
> http://talks.php.net/show/extending-php-apachecon2003/0


its likely easier, and probly not much slower to build it as a standalone
cli program and invoke it via shell_exec() or backticks.

-nathan