Richard Lynch wrote:

> After you get your PHP code all worked out, re-write it as a custom
> PHP extension -- or even just the core of it, and send them a .so or
> .dll to install.

Interesting option.  Does require more effort, but if you rewrite the
whole thing in C, you might gain some performance too.  Of course, once
you've done that, you might even leave PHP out of it, and just run it
as a binary. 



/Per Jessen, Zürich

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

Reply via email to