Subject | Re: [Firebird-Java] Instead of polling |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-28T12:36:24Z |
> I was just wondering what you think is the (best) way to getThere is one thing you probably missed when reading about events: events are
> knowledge of database changes instantly
> I was thinking about using JNI and Events
> or not long ago I heard someone asking about UDFs that could inform
> Java clients through a socket
> What are you using, what are tho pros and contras?
posted only at commit. This means that if you do massive updates of some
table, event about it will be send only after committing the transaction. In
some cases this is desired, in some cases not.
When you use UDF, you send data instantly.
Roman