in reply to
multiprocessing in perl
How about preprocessing the data? Process the data into everything you need for one transaction and then load one transaction at a time. Then, if necessary, you can close the connection between each transaction.
Comment on
Re: multiprocessing in perl
Replies are listed 'Best First'.
Re^2: multiprocessing in perl
by
shijumic
(Novice)
on Apr 16, 2009 at 17:30 UTC
Thanks much
[reply]
In Section
Seekers of Perl Wisdom