Re: connection pooling

2004-09-21 Thread Hugo Pragt
Or check out JBoss's connection pooling www.sf.net Hugo - Original Message - From: "RimZim Sinha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 10:38 AM Subject: connection pooling Does any have connection pooling

Re: connection pooling

2004-09-21 Thread Alexandre Equoy
Google should be your best friend :) http://java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html Alex RimZim Sinha wrote: Does any have connection pooling example code? Thanks Rimzim === To unsubscribe

connection pooling

2004-09-21 Thread RimZim Sinha
Does any have connection pooling example code? Thanks Rimzim === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST

Re: JSTL and Connection Pooling

2002-10-09 Thread Brendan Spinks
http://www.google.com <http://www.google.com/> enter: MVC architecture -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED]] Sent: Thursday, 10 October 2002 1:21 PM To: [EMAIL PROTECTED] Subject: Re: JSTL and Connection Pooling Greetings: What is MVC ? Thanks,

Re: JSTL and Connection Pooling

2002-10-09 Thread Martin Gainty
  >From: "Haseltine, Celeste" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: JSTL and Connection Pooling >Date: Wed, 9 Oct 2002 10:41:50 -0500 >MIME-V

Re: JSTL and Connection Pooling

2002-10-09 Thread Haseltine, Celeste
rom: Hans Bergsten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 8:54 PM To: [EMAIL PROTECTED] Subject: Re: JSTL and Connection Pooling Joseph Ottinger wrote: > Hans, I fully agree in that there are more than one side -- but I'd > still stand by my statement to Troy, with a ca

Re: JSTL and Connection Pooling

2002-10-09 Thread Campano, Troy
u all! ~ Troy Campano -Original Message- From: Hans Bergsten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 10:54 PM To: [EMAIL PROTECTED] Subject: Re: JSTL and Connection Pooling Joseph Ottinger wrote: > Hans, I fully agree in that there are more than one side -- but I&#

Re: JSTL and Connection Pooling

2002-10-08 Thread Hans Bergsten
Joseph Ottinger wrote: > Hans, I fully agree in that there are more than one side -- but I'd > still stand by my statement to Troy, with a caveat in place. > > I have NO problem with Hans Bergsten, or Shawn Bayern, or James > Strachan, etc., using the SQL tags. An expert can bend or break the

Re: JSTL and Connection Pooling

2002-10-08 Thread Joseph Ottinger
Pages specification and >reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: JSTL and Connection Pooling >Date: Tue, 8 Oct 2002 13:57:49 -0700 > >Joseph Ottinger wrote: >>Troy, I'd suggest you not use the JSTL SQL tags, ever, because that embeds &

Re: JSTL and Connection Pooling

2002-10-08 Thread Campano, Troy
ergsten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 4:58 PM To: [EMAIL PROTECTED] Subject: Re: JSTL and Connection Pooling Joseph Ottinger wrote: > Troy, I'd suggest you not use the JSTL SQL tags, ever, because that > embeds activity into your JSP that really, desperately

Re: JSTL and Connection Pooling

2002-10-08 Thread Hans Bergsten
ailing list about Java Server Pages specification and >> reference <[EMAIL PROTECTED]> >> To: [EMAIL PROTECTED] >> Subject: JSTL and Connection Pooling >> Date: Mon, 7 Oct 2002 15:55:11 -0400 >> >> Hello, >> I am having a problem trying to figure o

Re: JSTL and Connection Pooling

2002-10-08 Thread Joseph Ottinger
ROTECTED]> >To: [EMAIL PROTECTED] >Subject: JSTL and Connection Pooling >Date: Mon, 7 Oct 2002 15:55:11 -0400 > > Hello, >I am having a problem trying to figure out JSTL with connection pooling. >I am using Tomcat. I understand that can't handle >connection

Re: JSTL and Connection Pooling

2002-10-08 Thread Hans Bergsten
Campano, Troy wrote: > Hello, > I am having a problem trying to figure out JSTL with connection pooling. > I am using Tomcat. I understand that can't handle > connection pooling. > > > So I create a datasource the way I always do without JSTL (usi

JSTL and Connection Pooling

2002-10-08 Thread Campano, Troy
Hello, I am having a problem trying to figure out JSTL with connection pooling. I am using Tomcat. I understand that can't handle connection pooling. So I create a datasource the way I always do without JSTL (using JNDI). I'm having a problem passing that connection t

Re: Connection Pooling

2002-08-21 Thread Gene Chuang
least one greater than the number of execute threads in your container; this will minimize connection-starvation. Gene "Campano, Troy" wrote:I'm new to connection pooling. Could someone please tell me if I am on the right track? If I set the amount of MAXIMUM ACTIVE CONNECTIONS

Re: Connection Pooling

2002-08-20 Thread Martin Gainty
Connection Pooling/Caching Algorithm to such factors as1)Pooling/Caching Connections for connections which are accessed Intermittently2)Pooling/Caching Connections for connections which are being accessed constantlyHere is a link to get you started:http://otn.oracle.com/products/oracle9i/daily/jul16

Re: Connection Pooling

2002-08-20 Thread Zahid Rahman
ticle/0,1410,28943,00.html ". This document is a step by step guide to using JSPs , Servlets , EJBs. You will come across connection pooling in the document. They also provide you with a database called JDatastore. You will be shown how to do connection pooling in the above mentioned document. The one p

Re: Connection Pooling

2002-08-20 Thread Robert S. Sfeir
l the connection is open to the DB, then handed to your process. > Are there docs on how a lot of this connection pooling stuff works? http://webdevelopersjournal.com/columns/connection_pool.html Robert S. Sfeir Senior Java Engineer gov.nih.cit.deca [EMAIL PROTECTED] "And eye for an e

Connection Pooling

2002-08-20 Thread Campano, Troy
I'm new to connection pooling. Could someone please tell me if I am on the right track? If I set the amount of MAXIMUM ACTIVE CONNECTIONS to 4, does that mean that only 4 people can be logged into the web app or that there are 4 connections that are shared among all the users? Does

Re: Oracle/Tomcat Connection Pooling in JSP

2002-08-18 Thread Campano, Troy
That was it. I had to specify the username in the URL. It seems strange since I already specify it as a parameter. thanks! -Original Message- From: Vikramjit Singh To: [EMAIL PROTECTED] Sent: 8/18/02 6:37 AM Subject: Re: Oracle/Tomcat Connection Pooling in JSP > -Origi

Re: Oracle/Tomcat Connection Pooling in JSP

2002-08-18 Thread Robert S. Sfeir
I think your problem is in the lines below, mailto:? in oracle? never had to use that for anything but sending folks mail. On Sunday, August 18, 2002, at 06:37 AM, Vikramjit Singh wrote: >> >> url >> >>

Re: Oracle/Tomcat Connection Pooling in JSP

2002-08-18 Thread Vikramjit Singh
> -Original Message- > From: Campano, Troy [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 17, 2002 5:02 PM > To: [EMAIL PROTECTED] > Subject: Oracle/Tomcat Connection Pooling in JSP > > > If anyone is doing Oracle Connection Pooling with Tomcat, > please le

Oracle/Tomcat Connection Pooling in JSP

2002-08-17 Thread Campano, Troy
If anyone is doing Oracle Connection Pooling with Tomcat, please let me know. I'm stuck: I've been at this for hours using this as my example: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html I keep getting

connection pooling in Tomcat 4

2002-05-22 Thread Manoj Nahar
i heave heard that connection pooling in built in Tomcat 4 Anyone tried connection pooling in Tomcat 4? Manoj Nahar http://www.naharonline.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT

Re: Connection Pooling Implementation

2002-05-16 Thread Gading
At 04:44 PM 5/16/2002 +0530, you wrote: >earlier poolman used to be there but after tomcat 4.0 poolman is stopped, >becuase tomcat has inbuilt connection pooling. you can try tomcat 4.0 >www.codestudio.com > >if you use oracles thin drivers like classes12.zip it has inbuilt conn

Re: Connection Pooling Implementation

2002-05-16 Thread Vikramjit Singh
earlier poolman used to be there but after tomcat 4.0 poolman is stopped, becuase tomcat has inbuilt connection pooling. you can try tomcat 4.0 www.codestudio.com if you use oracles thin drivers like classes12.zip it has inbuilt connection pooling which you can download from

Connection Pooling Implementation

2002-05-16 Thread Jamshed Siddiqui
I would appreciate if anybody of you could suggest any Connection pooling implementation that is freely downloadable and is efficient enough to be used in an industrial application. Jamshed - Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience

Connection Pooling with Tomcat 4

2002-05-14 Thread Manoj Nahar
Hi there, anyone tried connection pooling with tomcat 4 Manoj Nahar http://www.naharonline.com --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.361 / Virus Database: 199 - Release Date: 5/7/2002

DB connection pooling

2002-04-15 Thread June
Hello all, I've been trying out DB connection pooling and encountered a really weird behavior. This is what I wanted to do. The information about db connection is stored in web.xml, ie. db url, user name, password, driver class. I want to read those settings in the EntryServlet which I m

DB2 and Struts connection pooling

2001-11-13 Thread Fetyko Jan
Hi, I need help on making the connection pooling work with struts. I downloaded the Trial version of DB2 V7.2 Enterprise edition for Linux (I'm running RedHat 7.1) , Orion JSP server, Struts. This is the error I get when I try to use a connection : SQLException: [IBM][CLI Driver][DB2/

Re: Question Connection Pooling?

2001-10-18 Thread ZhengRui
al Message - From: "Alper Sogukpinar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 7:28 PM Subject: Re: Question Connection Pooling? http://www.codestudio.com/ You can use Poolman. -Original Message- From: Dasti, Hassan [mailto:[EMAIL PR

Re: Question Connection Pooling?

2001-10-18 Thread Alper Sogukpinar
http://www.codestudio.com/ You can use Poolman. -Original Message- From: Dasti, Hassan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 10:13 PM To: [EMAIL PROTECTED] Subject: Question Connection Pooling? Hi, Our current JSP environment doesn't have connection po

Re: Weblogic Connection Pooling !! (Urgent)

2001-08-13 Thread Walter Meyer
Placed At : > > > > Hi all, > > Can anybody plz. tell me how to clean up the database connections from > Weblogic > Connection Pooling pools. > Is there any API for cleaning or re-initailizing the co

Weblogic Connection Pooling !! (Urgent)

2001-08-13 Thread Abhishek Vishwakarma
Placed At : Hi all, Can anybody plz. tell me how to clean up the database connections from Weblogic Connection Pooling pools. Is there any API for cleaning or re-initailizing the connection pool. thankx and regards, Abhishek

Re: Connection Pooling ....

2001-07-15 Thread Brad Cox
At 4:56 PM +0100 7/15/01, Andy C wrote: >Sorry Brad I wasn't clear about the problem ! I don't actually close >the connections (I was typing the message too fast I guess). Besides >it doesn't happen with every use of the database but rather it builds up >over time. Yeah, that's tougher. I was h

Re: Connection Pooling ....

2001-07-15 Thread Andy C
x" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 1:30 PM Subject: Re: Connection Pooling > At 11:15 AM +0100 7/15/01, Andy C wrote: > >As far as I can see the bean releases and closes a connection almost as soon > >as the result set is re

Re: Connection Pooling ....

2001-07-15 Thread Brad Cox
At 11:15 AM +0100 7/15/01, Andy C wrote: >As far as I can see the bean releases and closes a connection almost as soon >as the result set is returned so I'm not sure why connections are remaining >open. There's your problem. You should release it to the pool without closing it, which destroys it,

Connection Pooling ....

2001-07-15 Thread Andy C
Is there a good and full tutorial on connection pooling on line ? I need to find the correct and most bullet proof way of creating a pool of connections for a jsp page. I have created my own pooling bean (Based on the example in Jason Hunters second edition book). However the number of

Re: Connection pooling problem

2001-07-11 Thread Hans Bergsten
Marino Vittorio wrote: > > Hi gurus, this is the typical layout of my page: > > <%@ page ... errorPage="error.jsp" %> > ... > <% > > SQLManager myMan = SQLManager.getInstance(); > Connection myConn = myMan.requestConnection(); > > ... > ... > ... > >

Re: Connection pooling problem

2001-07-11 Thread Karau, Joe
ECTED]] Sent: Wednesday, July 11, 2001 3:24 AM To: [EMAIL PROTECTED] Subject: Connection pooling problem Hi gurus, this is the typical layout of my page: <%@ page ... errorPage="error.jsp" %> ... <% SQLManager myMan = SQLManager.getInstance(); Connection myConn =

Re: Connection pooling problem

2001-07-11 Thread Glenn Wearen
1 9:24 AM > To: [EMAIL PROTECTED] > Subject: Connection pooling problem > > > Hi gurus, this is the typical layout of my page: > > <%@ page ... errorPage="error.jsp" %> > ... > <% > > SQLManager myMan = SQLManager.getInst

Connection pooling problem

2001-07-11 Thread Marino Vittorio
Hi gurus, this is the typical layout of my page: <%@ page ... errorPage="error.jsp" %> ... <% SQLManager myMan = SQLManager.getInstance(); Connection myConn = myMan.requestConnection(); ... ... ... myMan.returnConnection(myConn); %> Now, if an e

Re: connection pooling in IBM Websphere

2001-06-20 Thread Panayotou, Michael
First you have to create a datasource using adminclient tool. There is a good redbook from IBM explaining how to do it. Michael -Original Message- From: Crisalyn Ramos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 12:23 PM To: [EMAIL PROTECTED] Subject: connection pooling in

connection pooling in IBM Websphere

2001-06-20 Thread Crisalyn Ramos
any backgrounder i could refer to when i want to know something about database connection pooling using IBM websphere. I believe the web.xml and other xml needs to be edited. any idea, insight, URL, article will be greatly appreciated. Thanks! Cris

Connection Pooling in JSp usings Beans

2001-03-28 Thread Anubhav Jain
reguest. But thing is that there is might concurrency issues due to the connection pooling. Or due to Tomcat setting .?? Expertise needed. Thanks in advance. anubhav ___ DATA SECURITY - PLEASE READ This communication may contain information which

Re: session and connection pooling questions

2001-03-18 Thread Alessio Cervellin
> also, any suggestions for some database drives that support connection > pooling, or is this built into jdbc? search for the driver "PoolMan": used together with the jdbc, it offers all of its functions plus a connection pooling and a r

Re: session and connection pooling questions

2001-03-18 Thread John Gunning
out Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Sankowitz Sent: Thursday, 15 March 2001 7:49 AM To: [EMAIL PROTECTED] Subject: session and connection pooling questions when HttpSession sets the session cookie what is the default setting for the pat

Re: session and connection pooling questions

2001-03-15 Thread Brad Rhoads
>also, any suggestions for some database drives that support connection >pooling, or is this built into jdbc? I'm in the middle of figuring all this out myself. What I've learned so far is that up until JDBC 2.0, you need to handle connection pooling yourself. Here&#

Re: session and connection pooling questions

2001-03-15 Thread Brad Rhoads
Also see http://developer.java.sun.com/developer/Books/JDBCTutorial/ -Original Message- From: Mike Sankowitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 2:49 PM To: [EMAIL PROTECTED] Subject: session and connection pooling questions when HttpSession sets the session

session and connection pooling questions

2001-03-14 Thread Mike Sankowitz
when HttpSession sets the session cookie what is the default setting for the path of the cookie? how do i change this? also, any suggestions for some database drives that support connection pooling, or is this built into jdbc? _ Get

Re: connection pooling

2001-03-06 Thread Balkrishna R.Parab
[EMAIL PROTECTED] Subject:[JSP-INTEREST] connection pooling Hai In our prj.. we are using connection pooling with db as oracle in win nt .we are recving an error : number of connection exceeded 200 . we 've set the max no of connection as 200

Re: connection pooling

2001-03-06 Thread Tushar Sarmah
> From: Madhan M Srinivasan[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Tuesday, March 06, 2001 3:33 PM > To: [EMAIL PROTECTED] > Subject: connection pooling > > Hai > > In our

connection pooling

2001-03-06 Thread Madhan M Srinivasan
Hai In our prj.. we are using connection pooling with db as oracle in win nt .we are recving an error : number of connection exceeded 200 . we 've set the max no of connection as 200 and every page accessing the bean (connection pooling ) @ the end of every page a method from the be

Connection Pooling

2001-02-28 Thread Kishor K
hello frds, iam trying to implement connection pooling.. but i have major prob:..my connection pooling is working but problem is that as iam not closing the connection a lock will be formed in my db(iam using Access now) so i want to remove that ..so what i want is to close all connections if

Re: connection pooling

2001-02-14 Thread S Kumaresan
hi zhu, you can refer the http://www.jspinsider.com there are lot of examples in it. u can find the database connection pooling program in that site. hope this help you bye and cheers kumaresan -Original Message- From: Yan Zhu [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001

connection pooling

2001-02-14 Thread Yan Zhu
hey all, Has anyone implemented database conneciton pooling for jsp pages yet? Is this something I have to write myself or can I use the jdbc 2.0 extentions and connectionpool interface? If so, anyone has a sample I can take a look at ? thanks. yan ==

Re: Connection Pooling

2001-02-14 Thread Claudio D'Angelo
way, I would like to consult u guys' expertise. I understand the benefits > of having a connection pooling but what I am not sure of is the security > aspects of having a connection pool. With all the connections already opened > and waiting for sessions to assess it, how safe is it e

Connection Pooling

2001-02-13 Thread zac
Hi, I am so sorry that this thread is off-topic but pls help me as I am new to mailing list and had no idea how they work anyway, I would like to consult u guys' expertise. I understand the benefits of having a connection pooling but what I am not sure of is the security aspects of hav

Re: JDBC Connection Pooling

2001-02-06 Thread ZHU Jia
DBC, now I wonder how I can best realize the "Connection > > Pooling" mentioned everywhere. In the book >>Special Edition Using Java Server > > Pages and Servlets<< the author introduced some mechanisms to deal with > > Connection Pooling. The basic idea is

Re: JDBC Connection Pooling

2001-02-05 Thread Angus Mezick
Go to java.sun.com/products/jsp and search the archive for connection pool. There was something about this topic last month. --Angus ZHU Jia wrote: > > Hello, > > I'm new to JSP and JDBC, now I wonder how I can best realize the "Connection > Pooling" mentioned eve

Re: JDBC Connection Pooling

2001-02-05 Thread Joseph Ottinger
The best approach, IMHO, is not use database connection pooling yourself at all. Use J2EE, and the application server normally handles pooling for you via a JNDI reference, so using a pool becomes trivial... and you're not coding it. Even better is to avoid accessing the database directly i

JDBC Connection Pooling

2001-02-05 Thread ZHU Jia
Hello, I'm new to JSP and JDBC, now I wonder how I can best realize the "Connection Pooling" mentioned everywhere. In the book >>Special Edition Using Java Server Pages and Servlets<< the author introduced some mechanisms to deal with Connection Pooling. The basic

Re: Help : Connection pooling

2001-01-28 Thread sachin
HI YOU NEED TO USE A CONNECTION POOLING CLASS FOR THAT, MANY SUCH CLASSES WILL BE AVAILABL ON THE WEB, OR THERE IS A CONN POOL CLASS IN THE BOOK JAVA SERVLET PROGRAMING BY JASON HUNTER,O'REILLY - Original Message - From: chandimal wickramaratne <[EMAIL PROTECTED]> To: <[E

Re: Help : Connection pooling

2001-01-23 Thread Madan L Koli
go to this url it will help u for connection pooling. http://www.calsoft.co.in/tech/ejb.html#pool Madan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL

Re: Help : Connection pooling

2001-01-23 Thread John Thomas
[EMAIL PROTECTED] cc: Subject: Help : Connection pooling Hi Does anyone know how to maintain a connection pool ? Currently, I am making one connection per each user and it takes a lot of resource. Send me any links that might help me. Thanks in advance Chandimal ===

Re: Help : Connection pooling

2001-01-23 Thread Gerry Donnelly
] Subject: Help : Connection pooling Hi Does anyone know how to maintain a connection pool ? Currently, I am making one connection per each user and it takes a lot of resource. Send me any links that might help me. Thanks in advance Chandimal

Help : Connection pooling

2001-01-23 Thread chandimal wickramaratne
Hi Does anyone know how to maintain a connection pool ? Currently, I am making one connection per each user and it takes a lot of resource. Send me any links that might help me. Thanks in advance Chandimal === To unsubscribe

Re: Connection pooling?

2001-01-10 Thread Craig R. McClanahan
Angus Mezick wrote: > Interesting article, but how about using the JDBC connection pool class and > is accessed by multiple servlets? Do you have to write something that will > hold the pool? I know how to use an JNDI server for this but tomcat? > --Angus > The approach I use is to store the c

Re: Connection pooling?

2001-01-10 Thread Hans Bergsten
Angus Mezick wrote: > > Interesting article, but how about using the JDBC connection pool class and > is accessed by multiple servlets? Do you have to write something that will > hold the pool? I know how to use an JNDI server for this but tomcat? The pool described in the article uses a single

Re: Connection pooling?

2001-01-10 Thread S P
Hi, connection pooling will not be handled automatically. U will have to write a class for it. Open the connections and put them in a hashtable and access them whenever needed. I am not sure abt tomcat but weblogic app server provides you connection pooling facility. Following code is taken from

Re: Connection pooling?

2001-01-10 Thread Angus Mezick
article. > > -Original Message- > From: Aaron Crandall [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 09, 2001 3:36 PM > To: [EMAIL PROTECTED] > Subject: Connection pooling? > > Hello all, > > I am creating a JSP application that will run on Tomcat and acce

Re: Connection pooling?

2001-01-09 Thread Hung Yee
is used in the article. -Original Message- From: Aaron Crandall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:36 PM To: [EMAIL PROTECTED] Subject: Connection pooling? Hello all, I am creating a JSP application that will run on Tomcat and access a SQL Server database usin

Connection pooling?

2001-01-09 Thread Aaron Crandall
Hello all, I am creating a JSP application that will run on Tomcat and access a SQL Server database using standard javabeans. My question is this: what do I have to do to use connection pooling? Will it happen automatically if I use a driver that supports it? Or do I have to write a Connection

Websphere Connection Pooling

2000-12-07 Thread Oscar S. Garcia
Does anyone here knows how to setup connection pooling in websphere? Oscar S. Garcia Analyst/Programmer ITS International Inc. Tel: 913-0707 to 10 __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Re: Connection Pooling and RMI

2000-12-06 Thread mj
Talking about Connection Pooling, I wonder what really happens when a Connection that has already been open, is passed as a parameter from an EJB to another EJB's method. I guess that, even though the two beans run in the same container, the call is handled as if it were a remote call: can a

Re: Connection Pooling

2000-12-05 Thread JSP Insider
code which shows you how to modularize your approach so you can use any connection pooling software. The Kit is still beta software but it serves as an practical example of what you are looking for. Casey Kochmer >From: "Oscar S. Garcia" <[EMAIL PROTECTED]> >Reply-To: A m

Connection Pooling

2000-12-05 Thread Oscar S. Garcia
Does anyone here knows how to implement connection pooling in JSP? Please advise. Oscar S. Garcia Analyst/Programmer ITS International Inc. Tel: 913-0707 to 10 __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http

connection pooling on JSP

2000-12-05 Thread Alex A. Almero
how to apply connection pooling on JSP? ** Alex A. Almero Analysts Programmer Information Technology Solutions Int'l Inc. 16/F IBM Plaza Bldg Eastwood City CyberPark Eastwood Ave 188 E. Rodriguez Jr. Ave, Libis, Quezon City, Philippines Tel

HELP:PoolMan1.4 ,Tomcat and Apache Web Server JDBC Connection Pooling Problem

2000-12-03 Thread Chetna Bhatt
referring to the Professional JSP book. And according to the book, for connection pooling they had recommended to download PoolMan1.4 and add the PoolMan.jar file to the CLASSPATH (which I have done)and also add the poolman.props path to the CLASSPATH. Now the problem is that every time i run the

Re: WebSphere - Connection Pooling

2000-12-02 Thread Nexgen
hi I am using WebSphere v3.0.2.1, I have tested connection pooling using Oracle8i, SQL Server, DB2 with their own Type4 drivers. No where, i am able to close the connections. We have written program where we are opening, displaying results and closing the connection. When we execute the code

Connection Pooling

2000-11-15 Thread Oscar S. Garcia
Is it possiblle to create connection pooling using the informix database? If it is possible, where can I download the informix driver? __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Re: Best Connection Pooling

2000-11-09 Thread Scott Evans
, and you'll get a feel of what I'm talking about. Hope this helps, Scott -Original Message- From: Shankar Lal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 2:08 PM To: [EMAIL PROTECTED] Subject: Best Connection Pooling Which is the best Connection Pooling

Best Connection Pooling

2000-11-01 Thread Shankar Lal
Which is the best Connection Pooling implementation around - JavaExchanges ConnectionBroker, Poolman, BitMechanic . Has anyone used Oracles Connection pool implementation? Has anyone faced any problems with any of these implementations. Also can I use a third party connection pooling

Re: WebSphere - Connection Pooling

2000-10-30 Thread Sushil Singh
ay, October 23, 2000 6:47 PM > To: [EMAIL PROTECTED] > Subject: WebSphere - Connection Pooling > > Hi, > Can anybody help me, how to check how many connections are there in > pool, how many are in use, held etc. I am using WebSphere Application > Server 3.0 (Advance Edition) on AIX

Re: WebSphere - Connection Pooling

2000-10-30 Thread Hines, Bill
October 23, 2000 6:47 PM To: [EMAIL PROTECTED] Subject: WebSphere - Connection Pooling Hi, Can anybody help me, how to check how many connections are there in pool, how many are in use, held etc. I am using WebSphere Application Server 3.0 (Advance Edition) on AIX with DB2. After sometime my servle

Re: WebSphere - Connection Pooling

2000-10-24 Thread Loni & Bharat Nagwani
Sent: Monday, October 23, 2000 3:46 PM Subject: WebSphere - Connection Pooling > Hi, > Can anybody help me, how to check how many connections are there in > pool, how many are in use, held etc. I am using WebSphere Application > Server 3.0 (Advance Edition) on AIX with DB2. After someti

Re: WebSphere - Connection Pooling

2000-10-24 Thread Luis Javier Beltran
- From: "Sushil Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 23, 2000 5:46 PM Subject: WebSphere - Connection Pooling > Hi, > Can anybody help me, how to check how many connections are there in > pool, how many are in use, held etc.

WebSphere - Connection Pooling

2000-10-24 Thread Sushil Singh
Hi, Can anybody help me, how to check how many connections are there in pool, how many are in use, held etc. I am using WebSphere Application Server 3.0 (Advance Edition) on AIX with DB2. After sometime my servlets/jsp are unable to get connection even though i am relasing the connection. Thanks

Re: connection pooling ---urgent!!!

2000-08-23 Thread Kunal Shah
We are using connection pooling from java servlets by karl moss. Purak - Original Message - From: hua ge <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 9:32 PM Subject: connection pooling ---urgent!!! | Hi, | we are using connection pooling to co

Re: connection pooling ---urgent!!!

2000-08-21 Thread Vinod
t i=0; imailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 9:33 PM To: [EMAIL PROTECTED] Subject: connection pooling ---urgent!!! Hi, we are using connection pooling to connect to the Oracle DB from jsp/servlets. the codes we are using is comming from oreilly, it works fine for a while,

Re: connection pooling ---urgent!!!

2000-08-21 Thread Loni & Bharat Nagwani
We are using dbconnection broker and it works great. www.javaexchange.com - Original Message - From: hua ge <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 9:02 AM Subject: connection pooling ---urgent!!! > Hi, > we are using connection poo

Re: connection pooling ---urgent!!!

2000-08-21 Thread Tarik Makota
Why not use App Server that supports ConPooling??? Much easier and more efficient - Original Message - From: hua ge <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 12:02 PM Subject: connection pooling ---urgent!!! > Hi, > we are using con

Re: connection pooling ---urgent!!!

2000-08-21 Thread JSP Insider
IL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: connection pooling ---urgent!!! >Date: Mon, 21 Aug 2000 16:02:44 GMT > >Hi, >we are using connection pooling to connect to the Oracle DB from >jsp/servlets. the codes we are using is comming from oreilly, it works fine >for a

connection pooling ---urgent!!!

2000-08-21 Thread hua ge
Hi, we are using connection pooling to connect to the Oracle DB from jsp/servlets. the codes we are using is comming from oreilly, it works fine for a while, but somehow, it has problem now. some connection will not be created. we been debugging the code, but did not help. is someone using the

Re: Connection Pooling

2000-08-02 Thread SRINIVAS RAO
Hi Guys, Can anybody tell me what is connection pooling,why and how shud it be done in 3 Tier architecture and If i can do connection pooling in C/S also. Thnx in advance. srinivas. Get Your Private, Free E-mail from MSN

oracle connection pooling and jrun

2000-07-28 Thread Chris Wilson
hello, is anyone using oracles jdbc 2.0 extension connection pooling drivers with jrun? i'm having difficulty configuring jrun to use jdbc 2.0 connection pooling and not their own generic implementation. thanks for any help! | chris wilson || web dev ||| www.wondergee

Re: Connection pooling in Stateless Session Bean.

2000-07-24 Thread Thomas Preston
ference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Connection pooling in Stateless Session Bean. >Date: Mon, 24 Jul 2000 21:53:53 +0530 > >Hi, > >I am novice to the EJBeans. In a Stateless Session Bean I would like to do >Database Connection Pooling, is it po

Connection pooling in Stateless Session Bean.

2000-07-24 Thread Diwakar Killamsetty
Hi, I am novice to the EJBeans. In a Stateless Session Bean I would like to do Database Connection Pooling, is it possible? If so, please let me know? Thanks in advance. regards, Diwakar. (office) +91-40-3308600 x8547

Re: Database Connection Pooling

2000-07-23 Thread Atchutarao Killamsetty
From: Diwakar Killamsetty <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, July 21, 2000 2:22 PM Subject: Database Connection Pooling >Dear All, > >Can any one point me to some resources, where I can get some stuff on >Database Connection Po

Re: Database Connection Pooling

2000-07-21 Thread Robert Nicholson
Sent: Friday, July 21, 2000 6:10 AM > To: [EMAIL PROTECTED] > Subject: Database Connection Pooling > > > Dear All, > > Can any one point me to some resources, where I can get some stuff on > Database Connection Pooling. I need to do this in a Stateless Session > EJBean. E

  1   2   >