From 82b1f53f53f4550f44e3d59937da84d3660d3917 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 28 Jul 2008 14:03:10 -0400 Subject: Add note about using multiple DBs and random child pooling. --- src/TODO.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/TODO.org diff --git a/src/TODO.org b/src/TODO.org new file mode 100644 index 0000000..636f47d --- /dev/null +++ b/src/TODO.org @@ -0,0 +1,6 @@ +* Support ODBC options where applicable. +* Test functions die (or don't) correctly when not connected to DB. +* Connection pooling with multiple databases. +I'm guessing that it doesn't work right now. Looks like +mysqlerl_connection_sup:connect starts a simple-one-for-one port, and +commands use :random_child to do dispatch. That's bad. -- cgit v1.2.3