RE: Multithreaded server - effect of POOLING=ON option

2003-11-12 Thread Sinardy Xing
Hi Peter, pooling is for: user that connected but idle will be disconnected temporary for new incoming or outgoing request. ON or BOTH or YES or TRUE is to turn on OFF or FALSE or NO is default to turn off IN for incoming connection only OUT for outgoing connection only Sinardy

Multithreaded server - effect of POOLING=ON option

2003-11-11 Thread Schauss, Peter
Thanks for all of the input on the multi-threaded server. I have one more question: What is the effect of the POOLING option on the MTS_DISPATCHERS specification? Thanks, Peter Schauss -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Schauss, Peter INET: [EMAIL

Re: Multithreaded server - effect of POOLING=ON option

2003-11-11 Thread Melanie Caffrey
Hi Peter, There are many parameters for this particular option: ON, OFF, YES, NO, IN, OUT, TRUE, FALSE, BOTH (not even sure I've exhausted the entire list here) Used for connection pooling, the values you choose for this parameter impact your idle network connections. For more info, feel free