Re: Re: A couple findings:

Posts: 5358
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

One possibility here would be to update the retroactive files through hook_cron() like Drupal does for search indexing. Have it query the DB for the data with say a 1,000 row limit each cron run. A simple select count(*) can tell you how many users or orders remain to be updated.

Then when you really need to apply the retroactive somewhere, you can just hit cron as many times as you need. Search indexing has a simple form that will call the same function from a form for easier use.

uc_file now in core By: Shawn Conn (17 replies) Fri, 10/26/2007 - 13:13