Subject | Re: [ib-support] Mutsx |
---|---|
Author | Robert F. Tulloch |
Post date | 2002-02-04T13:04:26Z |
Hi:
Thoroughly confused by your response.
GUARDIAN_MUTEX
I was asking about the IBServer mutex where guardian is not used???
Best regards
Thoroughly confused by your response.
> > In IB source I can only findBut I said I had already found that as stated above
> >
> > GUARDIAN_MUTEX = InterBaseGuardianMutex.
> >
> > Can't find mutex for IB Server.
>
> Because you don't know where to look for it.
GUARDIAN_MUTEX
I was asking about the IBServer mutex where guardian is not used???
> :-)Thanks.
>
> iscguard.c:
> ControlService(hService, SERVICE_CREATE_GUARDIAN_MUTEX, &ServiceStatus);
> Hey, engine, here's the mutex you want!
>
> cntl.c
> case SERVICE_CREATE_GUARDIAN_MUTEX:
> hMutex = OpenMutex (SYNCHRONIZE, FALSE, GUARDIAN_MUTEX);
> Ah, the guardian has the mutex ready to be used!
>
Best regards