Subject Re: [firebird-support] asynchronous events
Author Dmitry Sibiryakov
On 25 Aug 2005 at 23:06, unordained wrote:

>a) Event names are case-sensitive, apparently?

Can't say.

>b) Is it normal for the events to appear to 'fire' once right after
>registering them?

Yes. This ensure buffer to be filled with current counters.

>c) How are other people going about registering more than 15 or so
>events at once? I tried using separate EPBs, registering one event
>name on each, and ... somehow, -every- time I called
>isc_event_counts() on each EPB (pair), that event would appear to have
>fired (even though it shouldn't.) Is there some issue with trying to
>use several arrays of requests, some structure that winds up being
>shared (or not) that shouldn't be (or should)?

May be you don't copy "new" buffer into "old" one so counters are
not up-to-dated?

--
SY, Dimitry Sibiryakov.