aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-24 04:34:57 +0000
committerRob Austein <sra@hactrn.net>2007-11-24 04:34:57 +0000
commitbc427ff464f4a12d2e9582714ece04fe80805368 (patch)
treea3f7fbb41000892652c7c6222f8a1c72746add65
parent5126e8f9e98cfe52b00ab064ed683611f713d94c (diff)
Notes on recent glitches
svn path=/scripts/README; revision=1342
-rw-r--r--scripts/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
index 29eef8d3..b083e2fb 100644
--- a/scripts/README
+++ b/scripts/README
@@ -210,6 +210,15 @@ Current TO DO list:
Deferred for the moment, not sure for how long.
+- Need to handle loss of connnection to database server. MySQLdb
+ throws an exception, which we can catch, and retrying is easy
+ enough, but need to be a bit careful about recovery action depending
+ on whether we had uncommitted changes.
+
+- tlslite code seems a bit flakey under heavy use. irdb-setup.py has
+ now failed to run to completion on two different machines, in both
+ cases something myterious and bad happened in the tls code.
+
Once this lot is done we'll be close to something that shows at least
the basics of normal operation, albiet in a form that's not yet usable
in production.