Re: [sqlite] Distributed transaction best practices

2008-05-13 Thread John Stanton
; > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Griggs, Donald > Sent: segunda-feira, 12 de maio de 2008 10:47 > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Distributed transaction best practices > > Hi Da

Re: [sqlite] Distributed transaction best practices

2008-05-12 Thread David Barrett
TECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Griggs, Donald > Sent: segunda-feira, 12 de maio de 2008 10:47 > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Distributed transaction best practices > > Hi David, > > > Regarding: "What are the reco

Re: [sqlite] Distributed transaction best practices

2008-05-12 Thread Griggs, Donald
Hi David, Regarding: "What are the recommended "best practices" around using SQLite in a distributed scenario?" [two-phase commit, etc.] I trust that someone with some actual relevant knowledge will reply to your query later, but I imagine that many would say the the "recommend best practice"

[sqlite] Distributed transaction best practices

2008-05-12 Thread David Barrett
What are the recommended "best practices" around using SQLite in a distributed scenario? (I saw Shailesh's email in March; I'm considering building a two-phase commit layer atop SQLite nodes and looking for advice.) Clearly, this is a big topic including failover, recovery, load-balancing,