On Tue, Jan 07, 2003 at 11:46:16AM -0500, Levi Dixon wrote:
>
> I have tested it and it works for me. As far as thread safety, all of OCI
> could suffer from thread safety problems, not just this feature. If we want
> ext/oci8 to be thread safe, we should really pass the OCI_THREADED flag into
>
> > > I've modified the following files to allow for use of
> OCI_SHARED in ext/oci8
> > > module if OCI8_VERSION >= 8.1, which will provide memory
> savings by sharing
> > > connection and statement data (refer to
> > >
> http://www.csee.umbc.edu/help/oracle8/server.815/a67846/basics.htm; search
>
"Thies C. Arntzen" <[EMAIL PROTECTED]> wrote... :
> > I've modified the following files to allow for use of OCI_SHARED in ext/oci8
> > module if OCI8_VERSION >= 8.1, which will provide memory savings by sharing
> > connection and statement data (refer to
> > http://www.csee.umbc.edu/help/oracle8/
On Mon, Jan 06, 2003 at 01:42:15PM -0500, Levi Dixon wrote:
> For review:
>
> I've modified the following files to allow for use of OCI_SHARED in ext/oci8
> module if OCI8_VERSION >= 8.1, which will provide memory savings by sharing
> connection and statement data (refer to
> http://www.csee.umbc.
For review:
I've modified the following files to allow for use of OCI_SHARED in ext/oci8
module if OCI8_VERSION >= 8.1, which will provide memory savings by sharing
connection and statement data (refer to
http://www.csee.umbc.edu/help/oracle8/server.815/a67846/basics.htm; search
for "Shared Data M