On Tue, April 11, 2006 22:59, Luis Silva wrote: > When I send more then 1 notification my trigger class can't handle > all the notifications. Is there a problem with that class?
Can you be more specific? It's hard for us to guess what problem you have with your own class if you don't give more information about what it does and what goes wrong! BTW, I won't be able to read my email until Monday so please be patient! >>By the way, can you tell me the differences between the get_notifs() and >>the >>await_notification(...,...)? I know that with the >>await_notification(...,...) we wait until there is a notification for a >>determine time. Tks in Advance Right. With get_notifs() you process notifications that have already arrived; with await_notification() you wait until notification arrives. > I'm sending the notifications inside the same transaction. can that be the > problem? The same transaction as what? In any case, notifications will never *arrive* inside a transaction. You'll find more about this if you search the documentation. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
