in reply to Using signals in Perl
- instead of a signal for every message, send one for every 10th or some pre-set number. Better would be to get each child to signal on every 10% complete of whatever their task was. This would still cause problems if their tasks were very small though, and it certainly wouldn't ensure that no signals were lost.
- Try a whole different approach using IPC::Shareable, and have a look at this thread which may help.
--
I'd like to be able to assign to an luser
|
|---|