Home > Archive > Clarion > April 2004 > Is there any way of ensuring the atomicity of a transaction (logout) on TPS files???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Is there any way of ensuring the atomicity of a transaction (logout) on TPS files???
|
|
| Jorge Santos 2004-04-20, 10:30 am |
| Hi!
We have been having problems using logout in some big process. One of
these have about 20 files involved, so, as you can imagine, generally
that process take several minutes to be concluded. During this time
some users think the app is frozen and press the "reset" button.
Always in these cases we have some problems because some files are
write to disk (even so they are in a transaction), thus we have to
exclude some records manually, action which is not easy neither quick!
Could anyone help us??
Thanks in advance
| |
|
| To help eliminate the problem of users thinking that the app is not
responding or frozen, you could Unhide a hidden string stating that
your process is running!
James Neill
jorgemcsantos@bol.com.br (Jorge Santos) wrote in message news:<997fc93.0404200528.382a4e8@posting.google.com>...
> Hi!
>
> We have been having problems using logout in some big process. One of
> these have about 20 files involved, so, as you can imagine, generally
> that process take several minutes to be concluded. During this time
> some users think the app is frozen and press the "reset" button.
> Always in these cases we have some problems because some files are
> write to disk (even so they are in a transaction), thus we have to
> exclude some records manually, action which is not easy neither quick!
>
> Could anyone help us??
>
> Thanks in advance
|
|
|
|
|