Subject | RE: [ib-support] About post_event |
---|---|
Author | Dmitry Yemanov |
Post date | 2002-04-20T12:07:20Z |
Hi,
parameter buffer (EPB) for up to 15 events. But nobody prevents you from
using N EPBs and listening for up to N*15 events. Of course, you're required
to register an interest in each EPB separately.
Dmitry
> AFAIK, the limit isn't "per transaction" but that an app canActually, no. A single call of isc_event_block can allocate an event
> only listen
> for up to 16 named events at once.
parameter buffer (EPB) for up to 15 events. But nobody prevents you from
using N EPBs and listening for up to N*15 events. Of course, you're required
to register an interest in each EPB separately.
> (I guess your "event types" is myIn fact, the limit is 2^31 ;-)
> "named events"? The trigger or proc call post_event 'Boo' -
> that is one
> named event...) I never saw evidence of any limit to the
> number of time
> the event could be posted during the course of a transaction.
Dmitry