I have an application running in Apache Tomcat over Linux and SAPDB is running over linux too. When I run the application I decided how many connections it will open. I have configured sapdb to a maximum number of 200 connections. The problem is that I can not open all connection, I can only open around 100 connections with my application.
I dicided to install sapdb over Windows 2000, and the application can do the maximum number of connections. Each connection has:
return DriverManager.getConnection(databaseUrl + databaseName + "?user=" + databaseUser + "&password=" + databasePassword + "&timeout=0");
When the people is working with the application they work fine by a minutes, but after each connection does not return anything of information (null).
Somebody said my that the problem with linux and sapdb are the semapthores. Is this the problem with tomcat too?
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
