Nar has asked for the wisdom of the Perl Monks concerning the following question:
Looking for feedback on writing an application. The application consist of two primary parts, preprocesser and processer.
Multiple preprocessers will run and preprocess different log files moving the results to a hash then a single processer will pull contents from the hash and delete the element after processing.
Does anyone have feedback on implementation of this? My two thoughts were:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: threads::shared vs IPC::Shareable
by BrowserUk (Patriarch) on Dec 02, 2015 at 19:14 UTC | |
|
Re: threads::shared vs IPC::Shareable
by james28909 (Deacon) on Dec 02, 2015 at 19:40 UTC | |
|
Re: threads::shared vs IPC::Shareable
by neilwatson (Priest) on Dec 02, 2015 at 18:56 UTC | |
|
Re: threads::shared vs IPC::Shareable
by Anonymous Monk on Dec 02, 2015 at 18:59 UTC | |
by Nar (Novice) on Dec 02, 2015 at 20:11 UTC | |
by BrowserUk (Patriarch) on Dec 02, 2015 at 20:24 UTC | |
by Nar (Novice) on Dec 02, 2015 at 21:50 UTC | |
by BrowserUk (Patriarch) on Dec 03, 2015 at 00:27 UTC |