On 04.09.08 21:32, "Josh Paul" <[EMAIL PROTECTED]> wrote: > That's an approach I thought about, and am considering. > > Do you have any concerns about read/write to the db being > overwhelming? (We're using the status as a percentage of process > completion.)
Depends on how frequently you are updating that. Normally I don't think a quick update and select would cause trouble. But I have a feeling you're doing something weird ... I normally use either the AjaxLongResponse or an ERXLongResponseTask and there the calling page can ask the thread for the status - which can be a percentage or whatever you need to know. The database I normally use to communicate the status of long running tasks between applications or instances. cug _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
