Rank: Member Groups: Member
Joined: 10/18/2019 Posts: 11
|
We're using EO.PDF in a ASP.NET Core API and I'm wondering if we can call it from multiple thread to process multiple documents in parallel ? What about the local storage ? is it isolated ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
EO.Pdf is designed to be used in multi-thread enviroment. However you still need to check the document about exactly which objects/methods are multiple thread safe and which ones are not. Generally static members are multi-thread safe and instance members are not.
Thanks!
|