Is Google's App Engine suited for transaction based systems
        Posted  
        
            by Saif Bechan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Saif Bechan
        
        
        
        Published on 2010-04-16T04:19:00Z
        Indexed on 
            2010/04/16
            4:23 UTC
        
        
        Read the original article
        Hit count: 292
        
I am building a web application that is currently PHP with MySQL. There is payment on the website so the db tables are InnoDB with transactions.
Can this type of application be implemented in Google's App Engine.
© Stack Overflow or respective owner