Hello;

I tend to use a JMS topic to distribute this information around instead. This works very well.

cheers.

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.

___
Andrew Lindesay
www.lindesay.co.nz

_______________________________________________
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]

Reply via email to