On Fri, Apr 18, 2008 at 11:36 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
> On Fri, Apr 18, 2008 at 9:33 AM, Eric Butera <[EMAIL PROTECTED]> 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
>

Or that ;D

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to