AUTO: Walter Heestermans/TMME is out of the office. (returning 22/07/2013)

2013-07-05 Thread Walter . Heestermans
I am out of the office until 22/07/2013. I will respond to your message as soon as possible. For urgent issues, contact WebSphere Support group for Java-WebSphere related activities or unix.admin group for Unix-WebSphere-Jetty related activities Note: This is an automated response to your messa

Re: Share info across different sessions & servers

2013-07-05 Thread Vince Stewart
hi Jose, here is a working demo for exchanging messages between remote hosts using tribes import java.io.IOException; import java.io.Serializable; import java.net.InetAddress; import java.net.NetworkInterface; import java.net.SocketException; import java.nio.charset.Charset; import java.util.Arra

Expected Delay when Switching to New Version of Application Using Parallel Deployment (Tomcat 7.0.27)

2013-07-05 Thread Majors, Jeremy
For a simple web application, what is the expected delay when switching to new version of an application when using the parallel deployment process? I'm trying to do timings right now with a single Hello World JSP and sometimes there is a delay of up to 4 seconds when the new version of the app

Re: websockets questions

2013-07-05 Thread Howard W. Smith, Jr.
On Fri, Jul 5, 2013 at 3:40 AM, André Warnier wrote: > We're still one level remote of thinking of any implementation, and trying > to understand > 1) how exactly websockets works > Most websocket implementations (RI/glassfish, atmosphere, tomcat, etc...) are open source, so diving in the code i

Re: websockets questions

2013-07-05 Thread André Warnier
Howard W. Smith, Jr. wrote: On Thu, Jul 4, 2013 at 1:43 PM, Pierre Goupil wrote: Regarding browser support, a framework like Atmosphere handles pretty well having WebSockets when they are available and falling-back to another Comet implementation (such as long-polling or http-streaming) when th