Do the Oracle or PostgreSQL database adapters and the ZSQL technology support connection pooling? If I create a connection object, supposedly it may only be used by a single thread. I'd like to use ZSQL methods but my application should be very concurrent. Miklos Nemeth