Problem on Concurrency?

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
yhhuang
Posts: 3
Joined: 2012-01-08T20:51:37-07:00
Authentication code: 8675308

Problem on Concurrency?

Post 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.
Post Reply