playframework/playframework

`Play.XML` should use ThreadLocal SAXParser

開放

#6,939 建立於 2017年2月4日

 (9 則留言) (0 個反應) (0 位負責人)Scala (4,032 個分叉)batch import
help wanted

倉庫指標

星標
 (12,623 顆星)
PR 合併指標
 (平均合併 10天 17小時) (30 天內合併 69 個 PR)

描述

Apache xerces uses a lot of Class.forName to create SaxParser object, which will call ClassLoader.loadClass for every xml parsing.

And this will block each other, then leads to bad performance for a high load system.

貢獻者指南