My Java (non-Web) application may have to create Connection Pools of about 200 different Datasources. Yes, all 200 of them connecting to different Databases. Not 200 connections in the pool.
Here are some questions that are bugging me..
1) Should I anticipate major (performance etc. issues?
2) Are there any Non-commercial Java tools available out there which can be useful.
3) I tried to search the web but did not really find a straight answer. Does anyone have a link to some good resource on the web in this regard?
Thanks in Advance