in reply to Re^2: Migrating Perl to Java or .NET
in thread Migrating Perl to Java or .NET
As for data consistency, you really have to dig into your code looking and take countermeasures regarding possible critical races in UPDATEs. This could be achieved with a custom "locking" mechanism (via an added column, for example), but understand that a lock by a program which is about to die makes the locked data "read-only" virtually forever. Another quick solution would be replacing UPDATEs with REPLACEs.
Flavio
Don't fool yourself.
|
|---|