in reply to Re^2: threads::shared vs IPC::Shareable
in thread threads::shared vs IPC::Shareable
Id like it in multiple processes due to size of logs. As each preprocesser is processing GBs of logs having each executing in its own process space would be important to take advantage of multiple cores.
Where/what type of storage do these logs files exist on? Because running multiple concurrent file readers can slow things down rather than speed them up if you aren't very careful.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: threads::shared vs IPC::Shareable
by Nar (Novice) on Dec 02, 2015 at 21:50 UTC | |
by BrowserUk (Patriarch) on Dec 03, 2015 at 00:27 UTC |