RTC Connection gets slow with Java 1.8 ?
Hello Team
I am working on Java Rtc Plain client libraries ,For Connecting RTC i am using below code , teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(serverName); teamRepository.registerLoginHandler(new RTCLoginHandler(User, Password)); teamRepository.login(null); Connection will be done fast when i am working with java 1.7 version. Now the java version we use is 1.8 , And to make this RTC connection it takes extremely slow .. Any hints what could be the reason .. Please help ????? |
One answer
How many tests you run to get that conclusion? It doesn't make sense for me, testing my local environment I couldn't found any problem.
Comments
vinitha dsouza
commented May 02 '16, 7:40 a.m.
Hello
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I just want to add my own experience that we observed the same thing. We developed a tool that would add timesheet entries to work items in RTC. The tool worked pretty quickly on a machine running Java 7, but when we upgraded to Java 8 there was a noticeable decrease in performance. It was something on the order of 5 seconds under Java 7 versus a minute or possibly even two under Java 8.