How can I execute an external program and let it run in the background, rather than waiting for it to finish before the page is "done"?
I am using imagemagick's "convert", which as far as I am aware does not output anything anywhere (unless there is as problem), so... how do I get around that?