1752799 Members
5931 Online
108789 Solutions
New Discussion юеВ

ipcs -sa and semaphores

 
SOLVED
Go to solution
KPS
Super Advisor

ipcs -sa and semaphores

We're looking at ipcs -sa output and we're trying to determine something we're seeing with regard to info in the OTIME column of the attached output. In a lot of cases, we see "no-entry" under the OTIME column and we're curious to know what this implies?

We're worried this might mean that the process grabbed semaphores, but never let go of them when the process run completed.

Could someone clarify for us what this is telling us?

Thanks,
/KPS
2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: ipcs -sa and semaphores

This means the semaphore was created but never used.
KPS
Super Advisor

Re: ipcs -sa and semaphores

Thanks Dennis, this is what we were hoping, appreciate the info...


Regards,
/KPS