Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.databases > #143

Re: Connection Pooling

From kuassi.mensah@gmail.com.remove-dii-this
Subject Re: Connection Pooling
Message-ID <f26ffb3f-f7fd-44e7-8fd1-4ae09305ed37@b5g2000pri.googlegroups.com> (permalink)
Newsgroups comp.lang.java.databases
References <4839d0c0$0$90274$14726298@news.sunsite.dk>
Date 2011-04-27 15:22 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.programmer
On May 25, 1:49 pm, Arne Vajh=F8j <a...@vajhoej.dk> wrote:
> Chase Preuninger wrote:
> > What is the best way to create/get a database pool for a serious web
> > application?
>
> Use the database connection pool capability in the app server.
>
> Tomcat, JBoss, WebSphere, WebLogic etc. all supports it.
>
> Arne

The problem with middle-tier connection pools is that they cannot span
JVMs or midlet0er instances. Oracle's Database Resident Connecton Pool
http://www.oracle.com/technology/tech/php/pdf/php-scalability-ha-twp.pdf
solves this problem; unfortunately it is not (yet) exposed to Java
only PHP and Ruby/Rails (primarily because these are process based not
thread based).

Kuassi

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.databases | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Connection Pooling "Chase Preuninger" <chase.preuninger@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000
  Re: Connection Pooling "=?ISO-8859-1?Q?Arne_Vajh=" <=?iso-8859-1?q?arne_vajh=@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
    Re: Connection Pooling kuassi.mensah@gmail.com.remove-dii-this - 2011-04-27 15:22 +0000
      Re: Connection Pooling "=?ISO-8859-1?Q?Arne_Vajh=" <=?iso-8859-1?q?arne_vajh=@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
        Re: Connection Pooling kuassi.mensah@gmail.com.remove-dii-this - 2011-04-27 15:22 +0000
  Re: Connection Pooling "Alfred" <alfred@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000

csiph-web