This is a discussion on java doubt within the Java Tutorials forums, part of the Articles and Tutorials category; Hi , i need the information about the Connectionpooling .how the connection pooling is implemented ? what is the advantage ?Can you ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Re:java doubt
Chowdary,
You will get complete info for setting up datasource in the link given below:- WSAD:- If you are using Oracle:- http://www.webagesolutions.com/knowl...askb/waskb001/ If you are using DB2:- http://www-106.ibm.com/developerwork...yu/0303yu.html Weblogic:- If you are using Oracle:- http://articles.findarticles.com/p/a...3/ai_112493626 If you are using MySQL:- http://www.javacoding.net/articles/t...ql-bea-wl.html You will get some basic concepts at :- http://www.javaolympus.com/J2SE/Data...ionPooling.jsp |
|
|||
|
Quote:
connection pooling is used to share our connection to database and other resources. if we not used connection pool when we connect to database that time one more users to need to share the same database so that time system will be hanged up or data crashes so we used connection pool. it is given connection tho r all want to access shsred resource more than 1 users after completing our process the connection will be kept store in pool sepetate area and when other users needed that time the connection pool given connection to that user. ( mit is mediator between user and database). |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| comp.lang.java.gui FAQ | Thomas Weidenfeller | Tech FAQ | 0 | 10-19-2005 01:39 AM |
| comp.lang.java.gui FAQ | Thomas Weidenfeller | Tech FAQ | 0 | 09-19-2005 01:27 AM |