
UNSOLVED
FPPool multithread
Hi,
just want to confirm is FPPool thread safe? or what's the best practice in using it in the multithread environment? that is, after I got a FPPool from:
FPPool myPool = new FPPool( clusterAddresses );
then if I need to start reading/streaming clips blob data in multiple threads, can I use the same FPPool ( myPool ) in multiple threads to do the clip open etc., or should I create a new FPPool in each thread?
Thanks for any comments!
Responses (0)
Solutions (0)
