T
Tim Kuehn
Guest
I have a requirement to connect to a db on the fly, do some stuff, and then disconnect. (Personally I'd prefer not to do this, but that's the requirement right now). With the old appservers I could do that easily enough. With the PASOE multi-session agents I'm wondering if that's allowed. Put it another way - can the individual sessions get their own (set of) connection(s) to an arbitrary set of db(s), or do they share the same connections across sessions? Session 1: connected to "A" Session 2: connected to "B" Session 3: connected to "A", then connects to "C" and then disconnects.
Continue reading...
Continue reading...