On Thu, Jun 14, 2001 at 06:55:05PM -0500, Ferguson, Doug wrote:
> Just to confirm... It would be bad to try and get the connection passed
> to another VM.
It would be a waste of time because it won't work. It's also bad
conceptually. A database connection has all sorts of local resources
associated with it, particularly a socket connection, for which it simply
makes no sense to pass to other processes.
It is possible to implement a JDBC driver that allows you to pass the
connections around to different processes, but I maintain that a design
that requires this is faulty.
Toby.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user