[google-appengine] Re: Modules with the same code?

2013-07-26 Thread Jason Collins
Hi Jeff, FWIW, the is precisely what we do, but on the Python side. We just multiply upload copies of our app to the different modules (and then manually flip all the versions forward - ugh), and then use dispatch to route the traffic around. In Python-land, the appcfg.py update command, inste

[google-appengine] Re: Modules with the same code?

2013-07-26 Thread Vinny P
On Friday, July 26, 2013 10:12:19 AM UTC-5, Jeff Schnitzer wrote: > I just wanted to check how this is intended to be solved (using Java): > > I want to configure F1 for most of the URLs in my app, but F2 or F4 for a > couple URLs that require large amounts of memory (batch processes run from >

Re: [google-appengine] Re: Modules with the same code?

2013-07-30 Thread Stefano Ciccarelli
+1. I have too agree! We too would like to upload only one code base and configure modules and url without duplication. Otherwise the modules end up being just an annoyance. 2013/7/26 Vinny P > On Friday, July 26, 2013 10:12:19 AM UTC-5, Jeff Schnitzer wrote: > >> I just wanted to check how th