[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: No ManagedConnections available within configured blocki

PeterJ do-not-reply at jboss.com
Thu May 28 11:16:10 EDT 2009


anonymous wrote :  please shed some light upon the difference of JVM for 32-bit and 64-bit 

There is no difference from a Java application perspective. The only noticeable difference is that with a 64-bit JVM you can allocate larger heaps because you are not constrained to a 4GB memory address. Another issue would be if your Java app makes use of any DLLs (or shared libraries) - you would need a 32-bit version of the DLL to run with a 32-bit JVM and a 64-bit version of the DLL to run with a 64-bit JVM.

I typically run the same apps on a 64-bit JVM and a 32-bit JVM without any issues.

If you want to track down the connection issue, you might want to use the tools SQL Server provides to monitor database activity. Perhaps there is a query that is taking too long. 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233942#4233942

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233942



More information about the jboss-user mailing list