Subject | Re: [firebird-support] Re: Event progamming, application do not stop |
---|---|
Author | Helen Borrie |
Post date | 2006-03-11T08:02:33Z |
At 06:49 PM 11/03/2006, you wrote:
./heLen
>When working on synchronous mode ,I think if no event occurs, theAnd black is really blue, right?
>application shoud stop at isc_wait_for_event() and suspend. After an
>event occurs, the application then continues running.
>
>
>isc_wait_for_event();
>// stop here, dont'return until any event notifications arrive.
>
>printf("I'm here! \n");
./heLen