in reply to Re^2: Threads and MySQL
in thread Threads and MySQL
If your tasks are using MySQL, why use a shared file (with all the inherent problems of locking etc.) to share data between them?
FWIW: The problem with using DBI threads is a design flaw in DBI, not a problem with your code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Threads and MySQL
by chrispete (Initiate) on Feb 03, 2005 at 21:31 UTC |