Thanks Jon,
That's really helpful.
Thanks,
Daniel
On Sat, Aug 8, 2009 at 2:34 AM, Jon Haslam wrote:
> Hi Daniel,
>
>
> If use truss on an oracle process. we could see something like the
>> following, so semtimedop should be a syscall
>>
>> 22459/1: semtimedop(9, 0xFD7FFFDFE648, 1, 0x
Hi Daniel,
If use truss on an oracle process. we could see something like the
following, so semtimedop should be a syscall
22459/1: semtimedop(9, 0xFD7FFFDFE648, 1, 0xFD7FFFDFE488) EAGAIN
22459/1: semnum=15semop=-1semflg=0
22459/1: timeout: 2.06000 sec
b
If use truss on an oracle process. we could see something like the
following, so semtimedop should be a syscall
22459/1: semtimedop(9, 0xFD7FFFDFE648, 1, 0xFD7FFFDFE488) EAGAIN
22459/1: semnum=15semop=-1semflg=0
22459/1: timeout: 2.06000 sec
but the following