On 2014-04-10, 12:36 AM,
mrhe...@gmail.com wrote:
> Strong strict two-phase locking is when we release all our locks after the transaction has completed, while S2PL releases read locks during the transaction and write locks after the transaction completes or aborts.
>
As mentioned in class, the majority of system designers refer to
strict-2PL to mean the rigorous version. This is what you
should also refer to, i.e., strict-2PL (S-2PL) means the version
where no locks are released until commit.
-K