Jack Craig
unread,Oct 10, 2012, 4:21:34 PM10/10/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dbi-...@perl.org
Hi DBI-Users,
I have a simple Perl program to open a file, db, serially read file, write
file records to db, close db, close file.
if, between the db open & close, given a single dbh, i create multiple
threads, each
reading a segment of the file and asynchronously writing to db using the
same dbh,
is that ok?
TIA, jackc...