GAE and Socket Data
        Posted  
        
            by Vinod
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vinod
        
        
        
        Published on 2010-04-26T12:24:36Z
        Indexed on 
            2010/04/26
            12:33 UTC
        
        
        Read the original article
        Hit count: 349
        
I have a field device which keeps on sending data over to any designated port using sockets. I am planning to use GAE for server-side infrastructure.
I read GAE does not support sockets. But i can configure the device to send the data over port 80. so we wrote a genericservlet to capture this data on GAE. But it is not obtaining any values from the client.
any suggestions to fix this issue?
© Stack Overflow or respective owner