RE: Some Websocket (Async) questions

2013-10-28 Thread Konstantin Preißer
Hi Mark, thanks a lot for your reply. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 23, 2013 8:58 PM To: Tomcat Users List Subject: Re: Some Websocket (Async) questions On 23/10/2013 14:09, Konstantin Preißer wrote: 1) How

Re: Some Websocket (Async) questions

2013-10-28 Thread Mark Thomas
On 28/10/2013 13:49, Konstantin Preißer wrote: Hi Mark, thanks a lot for your reply. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 23, 2013 8:58 PM To: Tomcat Users List Subject: Re: Some Websocket (Async) questions On 23/10/2013 14:09

RE: Some Websocket (Async) questions

2013-10-28 Thread Konstantin Preißer
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, October 28, 2013 3:26 PM To: Tomcat Users List Subject: Re: Some Websocket (Async) questions 4) Tomcat's current implementation of RemoteEndpoint.Async#sendText(String, SendHandler) can cause

RE: Some Websocket (Async) questions

2013-10-23 Thread Konstantin Preißer
Hi, some more questions/issues added below: -Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Wednesday, October 23, 2013 2:09 AM To: 'Tomcat Users List' Subject: Some Websocket (Async) questions Hi all, while working on the Drawboard Websocket

Re: Some Websocket (Async) questions

2013-10-23 Thread Mark Thomas
On 23/10/2013 14:09, Konstantin Preißer wrote: 1) How to asynchronously close / abort a Websocket session? async close would require an API change. abort also requires an API change. Both look fairly easy to implement on the face of it. I'd suggest raising an enhancement request for the