RMI Services and JDBC Connection pooling
843793Apr 4 2008 — edited Apr 13 2008Hi
In my application there are many rmi services running and each service using jdbc connectioon on client requests. Like this we have many rmi services and its methods using jdbc connection.
Is it possible to implement one jdbc connection pool to share accross rmi services and its methods instead of creating jdbc connecton on each request?if its possible,please give your inputs to implement this.
Regards,
Chandra