Can tcp and http connection listeners can interact with each other or not?
        Posted  
        
            by Hitesh Manchanda
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hitesh Manchanda
        
        
        
        Published on 2010-04-07T07:23:23Z
        Indexed on 
            2010/04/28
            7:53 UTC
        
        
        Read the original article
        Hit count: 318
        
Is there a way in which the http connection and tcp connection listeners can interact with each other?
I have two separate application modules one is working through http and other requires tcp . I need to do an interaction between these two modules so is there way i can make my http based module interact with tcp based module.
© Stack Overflow or respective owner