Actually I am wondering, when onItemUpdate() gets invoked and it happens to be a little bit slow (for instance to view full market, refreshing a large table and its DHTML is costly), does it slows down the refresh rate of other smaller tables in the same page or not ? Because if there is no concurrency, then onItemUpdate() for table2 must wait for onItemUpdate() on table1 to finish, right ?

Regards,
A