Event Object and DB-Session / Threading
glauserMay 29 2013 — edited May 29 2013There are two questions about the new (Forms 11g) Event Object I didn't find any answers in the documentation so far:
Does Forms Server open additional sessions with the database to dequeue messages for the new (11g) Event Object. And if yes, is there one per forms session, or one per database x Forms Server Instance ?
Are processing of the event trigger and other processing steps serialized, or is it done in different threads an as such can happen at the same time ?
Pascal