src/de/uhilger/tango/Server.java
@@ -123,7 +123,7 @@ server.createContext(ctx + rb.getString(RB_ALIST), new ListHandler(conf)); server.createContext(ctx + rb.getString(RB_STOP_SERVER), new StopServerHandler()); //server.setExecutor(Executors.newFixedThreadPool(20)); server.setExecutor(Executors.newCachedThreadPool()); server.setExecutor(Executors.newFixedThreadPool(5)); server.start(); }