Re: Multithreading
[email protected] (Tim Bunce) Thu, 18 Jul 2002 00:37:58 +0100
| Newsgroups | perl.dbi.oracle-oci |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 17, 2002 at 02:53:33PM -0500, bob.kellogg wrote: > I understand, from reading up on DBI, that it does not support > multithreading at this time. Is the same true of OCI? And, if so, what > might be done to get around this? We are planning on implementing a > high-volume web services engine on SunOS and need high performance. DBI 1.29 has some support for threading. Read the docs. The next DBD::Oracle release will have some support as well. It's all very new. Read the archives. Tim.