Dominic Clay

Greenhorn
+ Follow
since Feb 06, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dominic Clay

Michael - As I understand it, CORBA is not an alternative to RMI, but an underlying protocol that may or may not be used as a communication layer beneath RMI.
Am I wrong? (quite possible) and how does this fit with the JRMP and IIOP protocols? (IIOP has something to do with CORBA I think...). It is all quite confusing, but I am trying to understand...

Originally posted by Michael Ernest:
[QB]Barry -
CORBA (Common Object Request Broker Architecture) is an alternative to RMI that is designed to accommodate communication between programs on different platforms and even written in different languages.

21 years ago
Hi,
Could anyone give me some pointers as to the *best* way of connectign to my SQL database so as to enable my connections to be pooled.
I can already make a connection to the DB but I know that every call just creates a connection (Not so good!)
I have thought about moving my DB Code to an Entity EJB, but there is a huge overhead with EJB's in terms of speed of creation.
Any Connection pooling thoughts?
Dominic
21 years ago