Help

Started by Albert B. Tingson IIIabout 23 years ago2 messagesgeneral
Jump to latest
#1Albert B. Tingson III
albert.tingson@mayniladwater.com.ph

can anyone plss help me. Can you give me java code for connection pooling in postgres database. I need it in our project. Thanks!!!!

Attachments:

IMSTP.gifimage/gif; name=IMSTP.gifDownload
butt_09.jpgimage/jpeg; name=butt_09.jpgDownload
#2scott.marlowe
scott.marlowe@ihs.com
In reply to: Albert B. Tingson III (#1)
Re: Help

On Thu, 13 Mar 2003, Albert B. Tingson III wrote:

can anyone plss help me. Can you give me java code for connection
pooling in postgres database. I need it in our project. Thanks!!!!

I'm pretty sure most JSP style servers support connection pooling. Are
you writing a web type app where jboss might be a good fit? www.jboss.org

It supports just about every feature you could ever want. Some folks I
know here at work were looking at other app servers, and hadn't even heard
of jboss, then they tried it, contacted the tech support, and were so
happy with the support that they went with it.

If you don't have to work in java, aolserver supports connection pooling
and native tcl/tk as it's scripting language, and can (it's been a while
since I looked it up so I'm not 100% sure anymore) support modules written
in C or Java.