Page 1 of 1

Problem on Concurrency?

Posted: 2012-01-08T21:01:56-07:00
by yhhuang
Hi,
I have a VB6 program using ImageMagickObject.
A batch procedure transfers a set of PDFs into TIFFs by the command `convert`, and another procedure checks TIFFs produced by the commend `identify`.

Recently I found that sometimes a TIFF file is not correctly identified, that is, my program got a wrong page count.
May it be a concurrency problem that it tries to consult the page count of a file while the file is generating?
And, how to determine if a ImageMagick commend is running on a file?

Best Regards.