logo
  • About us
  • Services
  • Products
  • Work
  • Contact

Feedback

In Focus

  • Flash XML slideshow
  • Database training

4.1.23. Dirty read (or Temporary update)

  • T1
  • read_item(X);
  • X=X-N;
  • write_item(X);

  • <T1 fails>
  • <T1 rollback>

  • read_item(X);
  • X=X+N;
  • write_item(X);
  • T2

  • read_item(X);
  • X=X+M;
  • write_item(X);
  • T2 reads temporary incorrect value of X
‹ 4.1.22. Lost updateup4.1.24. Incorrect summary ›
  • s5 slideshow
 

 

 

Copyright 2007 Lightenna Limited

  • About us
  • Services
  • Products
  • Work
  • Contact