Do WebSockets have exclusive access to their sockets?
        Posted  
        
            by Aoriste
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Aoriste
        
        
        
        Published on 2010-03-08T02:10:21Z
        Indexed on 
            2010/03/08
            2:12 UTC
        
        
        Read the original article
        Hit count: 945
        
I'm curious to know if, after a WebSocket has been established (after having received the proper handshake from a server that supports them), whether or not the TCP socket used by the "WebSocket connection" is used exclusively by the WebSocket, or if the browser may still make regular HTTP requests with it.
It only makes sense to me that WebSockets would have exclusive use of their TCP sockets, but I don't remember having read in any of the documentation that such is the case.
© Stack Overflow or respective owner