in reply to SysV IPC key_t handling in Perl
See IPC::Msg - determine if queue is full I'm not an expert on this, but this might help.
It may be that you are running into a kernel configuration problem, where the upper key limit must be set..... just a wild guess. SysV shared memory --pure perl may be useful to look at. Maybe you could switch to shmget instead of msgget.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SysV IPC key_t handling in Perl
by waba (Monk) on May 14, 2008 at 20:52 UTC | |
by Anonymous Monk on May 29, 2008 at 11:12 UTC |