
Solved!
Go to SolutionPreferred pool connection model in multithreaded environment
I have the application that has multiple threads reading and writing files from/to same Centera pool.
What is the ‘preferred’ pool connection model in this case?
- One pool reference is shared among all threads
- Each thread manages its own pool reference.
Is there any advantage in performance or resource usage between these two approaches?
I am currently using the first model, but I see drawbacks in error handling – e.g. when the pool connection is lost the recovery steps need synchronization.
Responses (0)
Solutions (0)
