You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gustavo Huff Mauch (JIRA)" <ji...@apache.org> on 2010/03/01 17:46:05 UTC

[jira] Updated: (DBCP-219) how to kill a connection from the connection pool without shutting down the connection pool

     [ https://issues.apache.org/jira/browse/DBCP-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Huff Mauch updated DBCP-219:
------------------------------------

    Comment: was deleted

(was: [FÉRIAS] - Estou de férias! Volto dia 01/03.
Assuntos urgentes tratar com Cléo (ramal 1112).


Periodo de afastamento

Inicio: 13/2/2010
Termino: 27/2/2010

-- 
DATACOM - Mauch 
 
DATACOM
Av. Franca, 725 - Porto Alegre, RS - 90230-220
DDR: +55 51 3358 0100
FAX: +55 51 3358 0101
site: http://www.datacom.ind.br
e-mail: <ma...@datacom.ind.br>
)

> how to kill a connection from the connection pool without shutting down the connection pool
> -------------------------------------------------------------------------------------------
>
>                 Key: DBCP-219
>                 URL: https://issues.apache.org/jira/browse/DBCP-219
>             Project: Commons Dbcp
>          Issue Type: New Feature
>    Affects Versions: 2.0
>         Environment: Windows, Unix
>            Reporter: Bill Liu
>             Fix For: 2.0
>
>
> Hi:
> This is really not a bug but probably a desired feature and something I am not aware of.
> We use the Apache connection pool in a Servlet environment. We need the feature to kill or close a connection forcefully when it is being used by a servlet. The reason can be various: an evil servlet that holds a connection forever, db issue, network issue, etc. How can we do that? I notice that datasource.getConnection() always returns a new connection. How do we keep track of connections that are being used so we can close them if needed? Currently we can only kill one at the database side by a DBA.
> Should we write a a util to keep track of connection objects that are borrowed by clients?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.