Re: new Session being created
Re: new Session being created
- Subject: Re: new Session being created
- From: Andrew Lindesay <email@hidden>
- Date: Fri, 5 Sep 2008 16:23:21 +1200
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden