[Gems-users] Splash to transactions


Date: Thu, 29 May 2008 19:46:50 +0200
From: Lois Orosa Nogueira <lorosa@xxxxxx>
Subject: [Gems-users] Splash to transactions
Hi,

I'm trying to convert barnes (splash2) to transactions. Compile correctly, but doesn't execute in the correct way.

I did this substitutions:

LOCK(x)  ------> BEGIN_TRANSACTION(y)
UNLOCK(x)  -------> COMMIT_TRANSACTION(y)
ALOCK(x)  ----------> BEGIN_TRANSACTION(y)
AULOCK(x)  ----------> COMMIT_TRANSACTION(y)

Anything else to do ?? (for example with LOCKINIT)

Thanks in advance

[← Prev in Thread] Current Thread [Next in Thread→]