Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #10771

Re: Any book that explains how to implement transactions?

From Jan Burse <janburse@fastmail.fm>
Newsgroups comp.lang.java.programmer
Subject Re: Any book that explains how to implement transactions?
Date 2011-12-15 12:40 +0100
Organization albasani.net
Message-ID <jccmbs$2qg$1@news.albasani.net> (permalink)
References <1e51af92-6119-49db-b3cb-82eddce6b4bb@o9g2000vbc.googlegroups.com>

Show all headers | View raw


Saxo schrieb:
> Hello,
>
> I have book with the title "How Tomcat Works". It basically explains
> in detail how to implement a simple web server. The final result, of
> course, does not compare to something like Tomcat. But you are truly
> shown how to implement a true little web server in Java. Awesome!
>
> Now I'm looking for a similar book that shows you how to implement
> transactions (or maybe how to implement a database in a broader
> sense). Need not be based on Java, but it would be nice. I had no luck
> searching for such a book in the online book stores or searching the
> internet. Tons of articles and books about how to use some particular
> database, but no book or article that explains how they are
> implemented...
>
> Any hint greatly appreciated.
> Thanks, Oliver

The Design of Postgres (1986)
by Michael Stonebraker , Lawrence A. Rowe
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.2909

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Any book that explains how to implement transactions? Saxo <saxo123@gmx.de> - 2011-12-15 01:20 -0800
  Re: Any book that explains how to implement transactions? Lew <lewbloch@gmail.com> - 2011-12-15 01:38 -0800
    Re: Any book that explains how to implement transactions? Jan Burse <janburse@fastmail.fm> - 2011-12-15 12:32 +0100
      Re: Any book that explains how to implement transactions? Lew <lewbloch@gmail.com> - 2011-12-15 17:46 -0800
  Re: Any book that explains how to implement transactions? Jan Burse <janburse@fastmail.fm> - 2011-12-15 12:36 +0100
  Re: Any book that explains how to implement transactions? Jan Burse <janburse@fastmail.fm> - 2011-12-15 12:40 +0100
    Re: Any book that explains how to implement transactions? Saxo <saxo123@gmx.de> - 2011-12-15 11:25 -0800
      Re: Any book that explains how to implement transactions? Sebastian <sebastian@undisclosed.invalid> - 2011-12-21 11:34 +0100

csiph-web