PHP API vs. PHP calling a shell script
PHP API vs. PHP calling a shell script
I was considering writing a bunch of ImageMagick code as a shell script so not only PHP but even Applescript could call them, but I'm worried about performance. Has anyone compared straight PHP running ImageMagick vs. PHP calling a shell script, even particularly on OS X Leopard? I'd love the flexibility of a shell script, but need to be able to process things quickly. I'm running an XServe with 8 cores/3GHz, with 32GB of RAM.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: PHP API vs. PHP calling a shell script
best i have seen is at http://www.rubblewebs.co.uk/TESTS/results.html which comes from viewtopic.php?f=1&t=14311