java - DefaultBootstrap.bootstrap performance issue -
tuning java code performance , found out creating signablesamlobject
, part defaultbootstrap.bootstrap()
taking 400 ms
. have notes on why takes longer time rest of unmarshalling part of code (which takes around 10 ms)? how can optimized performance?
you should call defaultbootstrap.bootstrap()
once in application, on startup. it's performance should not problem
Comments
Post a Comment