thanks again Naian i tryin' to create a database connection pool. so i'll do what you said :)
thanks Rodrigo '>'-- Mensagem Original -- '>'Reply-To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> '>'From: "Hajratwala, Nayan (N.)" <[EMAIL PROTECTED]> '>'To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> '>'Subject: RE: Base '>'Date: Mon, 16 Sep 2002 15:49:40 -0400 '>' '>' '>'A database connection pool? or something else? '>' '>'If for a database, you can try using the commons-dbcp stuff... if you're '>'using J2EE, your container should have it's own database connection pooling. '>' '>'If it's not for a database, you should use the commons-pool stuff. '>' '>'--- '>'- Nayan Hajratwala '>'- Chikli Consulting LLC '>'- http://www.chikli.com '>' '>' '>'-----Original Message----- '>'From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] '>'Sent: Monday, September 16, 2002 2:09 PM '>'To: Jakarta Commons Users List '>'Subject: RE: Base '>' '>' '>'thanks Nayan. '>' '>'Actually a tryin' to create a connection pool so i trying to use the commons-pool '>'to do it. do ya think it's the easiest way?? '>' '>'thanks again '>' '>'Rodrigo '>' '>' '>'-- Mensagem Original -- '>' '>'Reply-To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> '>' '>'From: "Hajratwala, Nayan (N.)" <[EMAIL PROTECTED]> '>' '>'To: "'Jakarta Commons Users List'" <[EMAIL PROTECTED]> '>' '>'Subject: RE: Base '>' '>'Date: Mon, 16 Sep 2002 11:27:18 -0400 '>' '>' '>' '>' '>' '>'Hi Rodrigo ... '>' '>' '>' '>'take a look at the first page of the Pool API documentation '>' '>' '>' '>'http://jakarta.apache.org/commons/pool/api/index.html '>' '>' '>' '>'It has a good example of how to use the Object Pool classes. '>' '>' '>' '>'Let us know if you get stuck on anything in particular. '>' '>' '>' '>'--- '>' '>'- Nayan Hajratwala '>' '>'- Chikli Consulting LLC '>' '>'- http://www.chikli.com '>' '>' '>' '>' '>' '>'-----Original Message----- '>' '>'From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] '>' '>'Sent: Monday, September 16, 2002 11:08 AM '>' '>'To: [EMAIL PROTECTED] '>' '>'Subject: Base '>' '>' '>' '>' '>' '>'hi! '>' '>' '>' '>'i'm a begginer on jakarta-commons and i need some help. i tryin'to create '>' '>'a GenericObjectPool but i don't know how to use the constructor 'cause '>'i '>' '>'can't instantiate the PoolableObjectFactory. if anybody has some code '>'a '>' '>'would like it :) '>' '>' '>' '>'thanks '>' '>' '>' '>'Rodrigo '>' '>' '>' '>'________________________________________ '>' '>'A busca mais veloz e precisa da internet. Acesse agora: http://www.zoom.com.br. '>' '>' '>' '>' '>' '>' '>' '>'-- '>' '>'To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> '>' '>'For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> '>' '>' '>' '>'-- '>' '>'To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> '>' '>'For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> '>' '>' '>' '>' '>'________________________________________ '>'A busca mais veloz e precisa da internet. Acesse agora: http://www.zoom.com.br. '>' '>' '>' '>'-- '>'To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> '>'For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> '>' '>'-- '>'To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> '>'For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> '>' ________________________________________ A busca mais veloz e precisa da internet. Acesse agora: http://www.zoom.com.br. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
