[PHP-DB] Re: Poisoned Persistent OCI8 Connections

2002-02-04 Thread Hans Zaunere
Unfortunetly I'm stuck with the Oracle setup I've been dealt. It's an already deployed production-level server and is not going to change any time soon. So, I need to find some other way of getting around this using PHP and maybe some other magic. If anyone has any ideas, please let me know. T

[PHP-DB] Re: Poisoned Persistent OCI8 Connections

2002-02-03 Thread John Lim
Hi, I don't have a direct solution to the problem, but I would use Oracle's Multi-Threaded Server and switch to using normal non-persistent PHP connections. Eg. rely on Oracle to do the connection pooling instead of PHP. My benchmarks suggest that this is quite an efficient method of connecting