I started a CPU-intensive project in web2py which at some point needs a dynamic GUI interface. Due to the intensive nature of the processing, I am unsure whether embedding this python code (in web2py views) would be price-sensitive as deployed to GAE (GoogleAppEngine) with its server-side processing, at least compared to using another framework, etc. Correct me if I am misinterpreting how the code will be processed or if there is an easy way around this (a separate or integral client-side processing implementation, if possible))
Due to the lack of information in cross-referencing Web2py with Cappuccino, I assume combining their mechanisms would be an untenable prospect.