Michael Gerber created WINK-367: ----------------------------------- Summary: Wink closes the tcp connection when I use json after each call, but xml works fine. Key: WINK-367 URL: https://issues.apache.org/jira/browse/WINK-367 Project: Wink Issue Type: Bug Affects Versions: 1.1.1 Reporter: Michael Gerber Priority: Blocker
I work with WebSphere 8 and use Rest WebServices. After a long time, I figured out why my json calls are much slower than the xml calls. The reason is, that after each call the tcp connection get closed and a new one opens. My request is very huge, and this slows it very down, because I never get out of the tcp slow start. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira