Hi all,

I have a performance related question:

Is it faster to subscriber to items in different tables then in the same table ?
Basically, does onItemUpdate() get invoked serially for each update on a table or does it get invoked concurrently ?

Regards