in reply to Re^13: threads::shared seems to kill performance (Workaround).
in thread threads::shared seems to kill performance
After recompiling the SQLite used by DBD::SQLite with SQLITE_USE_URI, it works flawlessly!
Btw I did read that document about 17 times, but I always skipped the Backwards compatibility section as not important and focused on the Format instead. And then banged my head against the wall wondering why it doesn't work :-(
Just one last thing - do you know if I can somehow use any of those other 2 ways to enable this via DBD::SQLite? I want to avoid having to recompile SQLite on every machine on which I use this. They seem to be meant primarily for the C interface, but I wonder if there's some way to invoke them from Perl as well:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^15: threads::shared seems to kill performance (Workaround).
by BrowserUk (Patriarch) on Jul 25, 2013 at 06:46 UTC | |
by Jacobs (Novice) on Jul 25, 2013 at 12:22 UTC |