DBI Threaded use access?
Jack Craig <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <CAL0FmdXgyL3nQ+2-V+7tVCt_he49r1m=sGjY68O4Q0wyU483wA@mail.gmail.com> |
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...