amazon simpledb with aws-sdb-proxy suitable for high traffic production app?
        Posted  
        
            by z3cko
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by z3cko
        
        
        
        Published on 2010-06-05T14:21:36Z
        Indexed on 
            2010/06/05
            14:22 UTC
        
        
        Read the original article
        Hit count: 340
        
i am using amazon simpledb with the aws_sdb gem and aws-sdb proxy as outlined in a documentation from amazon with ruby on rails and a local aws proxy that runs on webrick (providing a bridge with ActiveResource).
see http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1242
i am wondering if the aws-sdb-proxy (webrick!) is suitable for high traffic load, since webrick is supposed to be a development server. anyone has comments or experiences?
© Stack Overflow or respective owner