Yes it might help. We have some web applications what have jQuery UI widgets on the page. The number of widgets is variable. They each independently connect to the server periodically to refresh themselves using XHR. It all works fine - it is just that if there are enough widgets on the screen at the same time, and they all fire off their requests simultaneously, some get queued up because the browser will only open a fixed number of connections at any one time. In reality, the requests are processed so quickly that it isn't noticeable. For the app I am talking about it doesn't matter one jot. If it did matter, then I might be better off using WS because there is no limit on the number of concurrent connections. I expect there is a downside to that also.
I am shouting it from the rooftops as a major benefit. I was just pointing out another difference between the two methods.
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Nathan Andelin
Sent: 16 July 2012 16:09
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Websockets on the IBMi
Yuk! :)
It might help if you provided a use case for multiple concurrent connections. Maybe I'm just not getting a clear picture of what you might like to do. Sometimes we fire off XHR requests in connection with keyPress events, where users may press and hold a key down. So we queue requests in a JavaScript array.
-Nathan.
--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
NOTICE: The information in this electronic mail transmission is intended by CoralTree Systems Ltd for the use of the named individuals or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected.
--------------------------------------------------------------------------------
CoralTree Systems Limited
25 Barnes Wallis Road
Segensworth East, Fareham
PO15 5TT
Company Registration Number 5021022.
Registered Office:
12-14 Carlton Place
Southampton, UK
SO15 2EA
VAT Registration Number 834 1020 74.
As an Amazon Associate we earn from qualifying purchases.