I am inserting a record using db_insert in preprocess-page.inc. drupal is adding multiple entries to the database. I assume prime suspect is preprocess-page.inc is calling multiple times for a single page request.

Please suggest, how to avoid it.