![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^2: How to bucket an Hashby techman2006 (Beadle) |
on Nov 27, 2013 at 16:53 UTC ( #1064652=note: print w/replies, xml ) | Need Help?? |
The hash contains list of directories which need to be archived. Also there is a constrains about how many threads we can use for a process. Below is small use case for which I am trying to solve the problem using threads.
Now I am trying to multi-thread where each thread will work on a fixed size set. One of the bottleneck I see the DB handler which I think can't be shared across threads. I think that is limitation of DBI. So any thought to over come this bottle neck will be great.
In Section
Seekers of Perl Wisdom
|
|