anygeorge / java-google-safe-browsing

Automatically exported from code.google.com/p/java-google-safe-browsing
0 stars 0 forks source link

Too Many Connections #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When repeatedly checking 20 different URLs each for 100 times  
2. Run inside Eclipse as an application on Window 7

What is the expected output? What do you see instead?
* _Too many connections_ @ GSBAnalyzer.java:80 happens because:*
  # connections were not closed when program exit from Exceptions
  # Fixing can be to add *` finally{try{ rs.close(); stmt.close(); con.close();}catch(Exception e){};`* after line 205

Please look into these suggestions. I really wish this library to be perfect.  

Thanks, Nixin

Original issue reported on code.google.com by Nixi...@gmail.com on 12 Apr 2013 at 12:04