I have been using
IPC::Shareable with some success to communicate across forked processes. However, when executing my program during a test run (during which no code dealing with the shared memory had been changed), my program stopped working. Completely. For no obvious reason. It gave me this error:
Could not create semaphore set: No space left on device
at server.pl line 57
Line 57 assigns an annoymous array to an element of a IPC::Shareable tied hash. Previously (in roughly 70-100 previous test runs), there wasn't a problem. However, there is now. I have 80 megs of free memory, 5 gigs of hd space, killed every process running, and even slayed my account. If anyone has any incite to my problem (or can even point to some helpful documentation that has eluded me), I would be very greatful
-jryan
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.