RE: NIO-connector problems (excessive CPU-usage)

2010-01-14 Thread Tobias Lind
toClient.close(); } catch (Exception e) { System.err.println("Exception in doGet: "+e.toString()); } finally { servedThreads--; } } } -Original Message- From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] Sent: den 13 januari 2010 18:46 To:

RE: NIO-connector problems (excessive CPU-usage)

2010-01-13 Thread Tobias Lind
een able to create a use case for it, since I've never been able to reproduce it. One of the work arounds would be to close the selector, but that is a royal pain, since you'd then have to reregister all keys and you'd end up in a synchronization nightmare. Filip On 01/13/2010

NIO-connector problems (excessive CPU-usage)

2010-01-13 Thread Tobias Lind
t; There's nothing in the catalina-logs and the site is actually running quite well despite the high CPU-load. I would be very thankful if anyone has any hints or info that may help us! Regards, Tobias Lind, Sweden p.s. We also tried the ARP-connector and it also made the CPU running at 100%+ I didn't test it very thoroughly though...