Are there some things to consider on a busy server that makes many concurrent calls like:
convert -define jpeg:size=240x180 image.jpg -thumbnail 120x90 thumbs/image.gif
I'm guessing a utility could be implemented in a bad way where this wouldn't be an accepted use-case resulting in crashes.