in reply to Re^3: Threading - getting better use of my MP box
in thread Threading - getting better use of my MP box
Although there are still some issues with shutting down the program cleanly, they don't appear to be database related. In any case, it'll run just fine for days without any issues. Note that we create the threads ASAP and then keep them during the whole time the program is running.
The program doesn't really make heavy use of the database, though - most of the work is spend in fairly memory / cpu intensive calculations in the XS code, with the database acting as a dumb (single table) system to store the resulting data in).
YMMV,
Joost.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Threading - getting better use of my MP box
by BrowserUk (Patriarch) on Jul 06, 2007 at 19:06 UTC |