由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - connection pool 面试题
相关主题
MySQL: cannot connect在personal oracle 中如何config connection 到本地database?
How to know which database I am connected?请问一个问题1
getting connected to Oracle in PerlHow to connect Oracle from SQL server management studio?
Help, multiple EXTPROC_CONNECTION_DATAA good tool to check SQL Server connectivity issue
问个sqlserver 2008 concurrent connection的问题请问JDBC连SQL server的connect reset问题如何解决?
问个odp.net的问题有没有三月去VEGAS参见SQL CONNECTIONS的啊
求救:Connection Pooling 没有close resultset 怎么解决 (转载)Sql developer connection issue
how to register SQL Server in intranet求助:SQL SETUP过程中的问题
相关话题的讨论汇总
话题: connection话题: pool话题: db话题: solution
进入Database版参与讨论
1 (共1页)
s*******e
发帖数: 174
1
1. there are only 6 db connections in the pool, all 6 are being used,
another request needs to connect to DB, it does not want to wait. How to do
it? One solution is to make a new connection and add it to the pool. But the
interviewer wants standby solution. Anyone knows the standby solution?
Thanks
2. For the db connection. min = 10 and max = 40.
Will 10 connections be created at server start up time?
2.1 If we start with using 13 connections, when all the jobs are done, how
many will be kept i
gy
发帖数: 620
2
Good. 偶知道这个pool, 但是这些问题不知道怎么答呀. 哪位给说说??
s***c
发帖数: 1926
3
这应该是Java, Middle tier的面试题吧。

do
the

【在 s*******e 的大作中提到】
: 1. there are only 6 db connections in the pool, all 6 are being used,
: another request needs to connect to DB, it does not want to wait. How to do
: it? One solution is to make a new connection and add it to the pool. But the
: interviewer wants standby solution. Anyone knows the standby solution?
: Thanks
: 2. For the db connection. min = 10 and max = 40.
: Will 10 connections be created at server start up time?
: 2.1 If we start with using 13 connections, when all the jobs are done, how
: many will be kept i

c*****d
发帖数: 6045
4
我估计也是java里的东西
不过在oracle里也可以设置

【在 s***c 的大作中提到】
: 这应该是Java, Middle tier的面试题吧。
:
: do
: the

i***d
发帖数: 158
5
可是SQL Server里也有connection pool一说呀.
哪位达人给说说??
t*********i
发帖数: 217
6
I am not a developer. But is there anything missing in the question?
connection life time? # of connections to increase and decrease?
1 (共1页)
进入Database版参与讨论
相关主题
求助:SQL SETUP过程中的问题问个sqlserver 2008 concurrent connection的问题
SSRS 新问题-Report Manager Unable to connect to the remote问个odp.net的问题
最佳入门课: Oracle 12c SQL Fundamental课本周开始 (转载)求救:Connection Pooling 没有close resultset 怎么解决 (转载)
Help on JDBC:ODBC SOShow to register SQL Server in intranet
MySQL: cannot connect在personal oracle 中如何config connection 到本地database?
How to know which database I am connected?请问一个问题1
getting connected to Oracle in PerlHow to connect Oracle from SQL server management studio?
Help, multiple EXTPROC_CONNECTION_DATAA good tool to check SQL Server connectivity issue
相关话题的讨论汇总
话题: connection话题: pool话题: db话题: solution