Is it possible to run a P2Pool or at least a node on Google App engine ?
p.s. Google App engine supports Java, Python, PHP & Go.
Appengine is a different animal from Amazon aws or a regular hosting service. appengine does not allow you to run everything. It is not a vm-like box, but it gives you several benefits in other areas for those tradeoff.
I used to run some of my non-DB apps on app engine and they work like charm. As app engine supports Python, I would like to know if we can setup BitcoinD on this platform. App engine does not specifically say anywhere that they wont allow Bitcoin client to run on their platform. I need to know if it is technically possible and if Morblias can do that...