in reply to Re: Efficiency on Perl Code!
in thread Efficiency on Perl Code!

On the other hand if the OP is connecting to multiple databases (on different servers), it might pay off to use threads to parallelize the db requests.