Handling Transactions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Handling Transactions

justin.g.robinson
I have this intermittent problem 2 services that run consecutively one save
data that the next needs.
I thought it was sorted out but am now back to it. When the lookup is done
it's not there but when I look it up though webtools it is there.

Is there a way to pragmatically close the transaction and then open a new
one to ensure that the data. Or does anyone have any other ideas on how to
handle this situation or what the problem might be...have really been
pulling my hair out over this for the last 2 days.

Any help would be appreciated.

--
Regards,
Justin
Venture-Net Research & Development
Reply | Threaded
Open this post in threaded view
|

Re: Handling Transactions

Ray Shi
If the saved data can be looked up through webtools, then it doesn't
look like a transaction problem.

Just wondering if the search result came from the cache.

Cheers
Ray

On 18 May 2011 02:28, Justin Robinson <[hidden email]> wrote:

> I have this intermittent problem 2 services that run consecutively one save
> data that the next needs.
> I thought it was sorted out but am now back to it. When the lookup is done
> it's not there but when I look it up though webtools it is there.
>
> Is there a way to pragmatically close the transaction and then open a new
> one to ensure that the data. Or does anyone have any other ideas on how to
> handle this situation or what the problem might be...have really been
> pulling my hair out over this for the last 2 days.
>
> Any help would be appreciated.
>
> --
> Regards,
> Justin
> Venture-Net Research & Development
>
Reply | Threaded
Open this post in threaded view
|

Re: Handling Transactions

Jaya Melon
basicly, you should avoid any race-condition.
as Ray mentioned, you can lookup the saved data through webtools.
or maybe you can explain more to your case? what do you try to achieve?

best regards,
Johnson Chandra



On Wed, May 18, 2011 at 9:38 AM, Ray Shi <[hidden email]> wrote:

> If the saved data can be looked up through webtools, then it doesn't
> look like a transaction problem.
>
> Just wondering if the search result came from the cache.
>
> Cheers
> Ray
>
> On 18 May 2011 02:28, Justin Robinson <[hidden email]> wrote:
> > I have this intermittent problem 2 services that run consecutively one
> save
> > data that the next needs.
> > I thought it was sorted out but am now back to it. When the lookup is
> done
> > it's not there but when I look it up though webtools it is there.
> >
> > Is there a way to pragmatically close the transaction and then open a new
> > one to ensure that the data. Or does anyone have any other ideas on how
> to
> > handle this situation or what the problem might be...have really been
> > pulling my hair out over this for the last 2 days.
> >
> > Any help would be appreciated.
> >
> > --
> > Regards,
> > Justin
> > Venture-Net Research & Development
> >
>