The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

<HTML>

<HEAD>

<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>Transactions - What's it all about? </TITLE> 
</HEAD>

<BODY     >

 <H1>Transactions - What's it all about? </H1> 
 <P><UL>
<LI><H2>Far more than just locking
</H2>
</UL><UL>
<LI><H2>The A.C.I.D. test
</H2>
<UL>
<LI>Atomicity - Consistency - Isolation - Durability  
</UL></UL><UL>
<LI><H2>True transactions give true safety
</H2>
<UL>
<LI>even from power failures and system crashes!
<LI>Incomplete transactions are automatically rolled-back by the database server when it's restarted.
</UL></UL><UL>
<LI><H2>Also removes burden of undoing incomplete changes
</H2>
</UL><UL>
<LI><H2>Hard to implement (for the vendor)
</H2>
<UL>
<LI>and can have significant performance cost
</UL></UL><UL>
<LI><H2>A very large topic worthy of an entire tutorial</H2>
</UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld037.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld039.htm">Next slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="sld038.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>