Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Richard Maher" Newsgroups: comp.lang.java.programmer Subject: Re: Chrome for Android does not support JAVA Date: Tue, 3 Apr 2012 03:03:47 +0800 Organization: HTTP *is* The Box - Let's think outside Lines: 31 Message-ID: References: <4f78f0bc$0$295$14726298@news.sunsite.dk> NNTP-Posting-Host: jOhPn0KFjrxwuMc9OPMmCw.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Original X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-Priority: 3 X-MSMail-Priority: Normal Xref: csiph.com comp.lang.java.programmer:13300 "Thufir" wrote in message news:i4uo49-dc2.ln1@dur.bounceme.net... > On Mon, 02 Apr 2012 20:25:46 +0800, Richard Maher wrote: > > >> For others the ability to share global memory in the form of Applet >> static variables across multiple tabs in a browser instance can be >> considered the Mutt's nuts! Multiplexing and multi-threading all >> tab/server communication over a single high-performance and secure >> binary TCP/IP Socket is also rich functionality-viagra for those who >> know how to take advantage of a persistent, full-duplex, network >> connection. > > > Can you expand on that a bit with a use case? By tab/server you mean > client server? > > The user has n tabs open on the browser to the same web app? > Yes! Multiple instances of an Applet in a single browser instance sharing Static class variables. In my case a Socket from a factory. (*With Single Sign-On!*) > > -Thufir Cheers Richard Maher