Presumably these are really the same thing, but the SA docs say to create and
throw away sessions frequently where Elixir seems to want you to use the same
session ongoing.
Some questions:
- Does the global session used by Elixir cause loss of any of the capability of
SA's connection pooling and maintenance?
- The Elixir test_options.py file seems to show using SA session calls exactly
as one would if Elixir were nowhere around; is this correct?
- What if the database takes a nap. How do we detect this? How to we get the
connection/session working again once the database is back online.
Michael
--
You received this message because you are subscribed to the Google Groups
"SQLElixir" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlelixir?hl=en.