http://www.perlmonks.org?node_id=757784


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.

Replies are listed 'Best First'.
Re^2: multiprocessing in perl
by shijumic (Novice) on Apr 16, 2009 at 17:30 UTC
    Thanks much