Is it possible to find via code, how many connections a webapp currently use ?
Since ABMaterial 2.0 i have to restart my webapp all 4-5 days because of
I checked my code carefully for open SQL connections or resultsets, but they are closed after use.
So i think, eventually there is an unknown error somewhere that let the programm jump out a routine before closing the connection or something else .
So i would like to put in some controllcode, that show the actually open connections.
Can someone help ?
------------
Eumel
Since ABMaterial 2.0 i have to restart my webapp all 4-5 days because of
B4X:
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
I checked my code carefully for open SQL connections or resultsets, but they are closed after use.
So i think, eventually there is an unknown error somewhere that let the programm jump out a routine before closing the connection or something else .
So i would like to put in some controllcode, that show the actually open connections.
Can someone help ?
------------
Eumel