route server with threadpool

This commit is contained in:
Arndt Brenschede 2014-02-28 20:08:09 +01:00
parent 0dfb8b1d26
commit 47b8369b26
4 changed files with 47 additions and 186 deletions

View file

@ -241,7 +241,7 @@ public final class NodesCache
{
try
{
f.ra.close();
if ( f != null ) f.ra.close();
}
catch( IOException ioe )
{