[PHP] Re: Best external app from php

2004-06-30 Thread Aidan Lister
If you're asking which is faster, PHP or Java, it's a very difficult question and I doubt anyone will give you a concrete answer. I'd suggest writing the application in a much faster compiled language, c++ for example. "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL P

[PHP] Re: Best external app from php

2004-06-30 Thread pete M
I had a similar scenario recently the way I tackled the problem was to set a "cron" to trigger a cli script every minute the script first checked a database to see if there was any jobs queued then processed in the background works a treat pete C.F. Scheidecker Antunes wrote: Hello all, I need