https://bz.apache.org/bugzilla/show_bug.cgi?id=60645
--- Comment #2 from ba...@semedy.com --- Created attachment 34679 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34679&action=edit A thread-safe variant of the original StatementFinalizer This is a slightly modified version of the original StatementFinalizer. There are only two changes: 1) It uses an ArrayList instead of a LinkedList. 2) The access on the "statements" list is synchronized. Note that I don't think a more sophisticated implementation (e.g. with a concurrent copy-on-write datastructure) is needed because I'd not expect a high thread contention. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org