Hi
I have a concern on how db connection is created for child graphs. I have a central sandbox, the db connection is created in this based on jndi lookup, and is externalized for others to use.
The other sandboxes use this connection, and invoke certain components of central sandbox.
Now my question is, if threadsafeconnection=false, is the same connection shared between parent and child graph? As is the case between different phases of same graph?
Hi varkashy,
Parent graph and child graph both have their own connection, connection is not shared between them.
Regarding the phases, one connection is shared among all phases of the same graph. (for threadsafeconnection=false)
Kind regards,
Thank you , that clarifies, my confusion was between phases and child graphs.
One more question, if i run the graphs as a transaction component how does it work with respect to connections?
Hello varkashy,
What do you mean by “run the graphs as a transaction component”, please? Could you share more details about your goal? Thank you.
Kind regards,