Subject | Re: [IBO] ISAPI and IB_Transaction |
---|---|
Author | Jason Wharton |
Post date | 2003-10-03T16:32:52Z |
It is preferrable that you provide your own explicit TIB_Transaction
components and then make sure with each web-hit that the transactions are
all resolved (closed) so that you don't have long running transactions in
your ISAPI module.
Jason
components and then make sure with each web-hit that the transactions are
all resolved (closed) so that you don't have long running transactions in
your ISAPI module.
Jason