I would suggest creating some sort of scheduler in your own code that only
allows a set number of pdf2swf.exe processes to be running at a time. If you
decide that 5 is the max number of processes that you want to run at a time
and a 6th request comes in then your code can put the sixth request in a
queue that will be processed when one of the other 5 has completed.

Reply via email to