newbie ProC CONTEXT FREE question -
08-30-2004
, 10:24 AM
Hi
I'm writing a multi-threaded application and each thread has its own
run-time context. My question is:
1. If a thread uses its context to open a connection, then the
database is down for whatever reason. Can the thread re-use the
context to open a connection to another database?
2. If I forget to call CONTEXT FREE for contexts, are they freed when
my probem exits?
thanks in advance |