I have an ets table which is monitored by tv. That table (a list of tuples) is updated by a process at a regular interval n. I can set the polling interval in tv to be n/2 so as to not miss seeing any update. The more precise way is to trigger tv to poll as soon as the ets_table is updated. Can this be done ? HP