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

<!--  Presentation generated by Internet Assistant for Microsoft PowerPoint 97 -->

<HTML>
<HEAD>

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

<BODY     >

<CENTER>
<TABLE WIDTH=100%> 
     <TR> <TD WIDTH=100% ALIGN=CENTER>
         <A HREF="sld001.htm">First</A>&nbsp;&nbsp;
         <A HREF="sld037.htm">Previous</A>&nbsp;&nbsp;
         <A HREF="sld039.htm">Next</A>&nbsp;&nbsp;
         <A HREF="sld080.htm">Last</A>&nbsp;&nbsp;
&nbsp;&nbsp;         <A HREF="index.htm">Index</A>&nbsp;&nbsp;
         <A HREF="http://dbi.perl.org">Home</A>&nbsp;&nbsp;
         <A HREF="tsld038.htm">Text</A>&nbsp;&nbsp;
     </TD> </TR>
     <TR> <TD WIDTH=100% ALIGN=CENTER>
         <IMG SRC="img038.gif" usemap="#Objmap" WIDTH=800 HEIGHT=600 BORDER=0>
     </TD> </TR>
</TABLE>
<P>Slide 38 of 80</P>
</CENTER>
<!-- <UL>
<H2>Transactions - What's it all about? </H2>
</UL></P>
<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>  -->
</Body>
</HTML>