Paul Kinlan on April 14th, 2008

Development Link and Comment Goodness: 14th April 2008

There appears to be a lack of a Berkeley Db’esque for .Net, so either I use the .Net library (which I don’t want to do), create my own (I would love to do but don’t have the time), or use Berkeley Db for Java (which means I have to learn Java).

Since I am going to be learning the basics of Python so that I can use Google App Engine I am going to get back in to a bit of Java so that I can use the Berkeley Db for Java.

 

When you use TransactionScope and set the timeout to a certain value (not sure what is the default is not specified) and the timeout elapsed before the TX is completed, what happens is that actions made before the timeout is rolled back but after that, the connection unbinds itself from the transaction and if any action, places itself in autocommit mode (just like a regular connection) and if actions are made after the timeout (BUT still inside the TransactionScope, since these were performed in autocommit mode, they will not be rolled back).

Uncategorized 2 Comments

2 Responses to “Development Link and Comment Goodness: 14th April 2008”

  1. on 14 Apr 2008 at 1:46 pm # Sergio Pereira

    “I would like to see some examples, such as non-action delegates, anonymous delegates and simple pure lambda function.”

    I’ve got you covered. Wait for the upcoming installments.

  2. on 14 Apr 2008 at 7:21 pm # Paul Kinlan

    @Sergio Pereira: Brilliant, I look forward to it, I will keep an eye out.

Trackback URI Comments RSS

Leave a Reply