You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the release notes i read that verapdf cli application supports multi threading. But what about the veraPDF Processor API? Does it still rely on static "containers" / members or can i startup multiple threads?
The text was updated successfully, but these errors were encountered:
Starting from version 1.12 veraPDF Processor API doesn't use static containers anymore. It does however use thread local containers for caching some data. This means that one can safely use the the API in multiple parallel threads assuming that each thread processes a single PDF document at a time.
In the release notes i read that verapdf cli application supports multi threading. But what about the veraPDF Processor API? Does it still rely on static "containers" / members or can i startup multiple threads?
The text was updated successfully, but these errors were encountered: