UNSOLVED

wo2

updated

17 years ago

W

wo2

10 Posts

0

3874

September 14th, 2009 12:00

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!