We have a GWT app which implements a Server Push technique to allow the server to notify the client of events. In Internet Explorer 7 we experience some performance issues which we believe to be caused by the 2 connection limit.
Reading this article http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=ServerPushFAQ under the section 2 Connection Limit is the statement
All GWT-compatible browsers will only make 2 connections to 1 server
Is this true? I thought most modern browsers would allow 6 connections - Is there some additional constraint on the number of open connections imposed by GWT that will restrict it to 2 even if the browser will support 6?