aronica
aronica
Hi, I have an app using appframework version 2.1, the app is quite simple with the main page full of list items, and each item have a detail page, besides,...
性能优化
当网页上超过一定数量弹幕,感觉弹幕就跑不动了
弹幕位置优化
同一时间发出多个弹幕,弹幕会随机相互覆盖,可能随机算法需要添加一些规则,如果同时有其他弹幕在某个网页某个高度,新弹幕就应该在空闲的高度出现
` /** {@inheritDoc} */ @Override public TTransport getConnection(ThriftServerInfo thriftServerInfo){ try { return connections.borrowObject(thriftServerInfo); } catch (Exception e) { logger.error("fail to get connection for {}", thriftServerInfo, e); throw new RuntimeException(e); }...
FailoverCheckingStrategy currently relies on cache expire of google guava, the thrift server may still be abnormal after the cache is expired, next time the application request will failed.
As the title said, there is no other goroutine , do you mean each encoder could be used in multiple goroutine at the same time? I don't think that's a...