Re: [google-appengine] Modules vs Multiple Scripts?

2014-05-05 Thread Diego Duclos
Also important: each module is allowed to scale up / down seperatly, which means you can configure the more important things to scale faster while allowing slower scaling (and thus lower costs) on less important modules On Tue, May 6, 2014 at 5:37 AM, Vinny P wrote: > > On Tue, Apr 29, 2014 at

Re: [google-appengine] Modules vs Multiple Scripts?

2014-05-05 Thread Vinny P
On Tue, Apr 29, 2014 at 5:18 PM, ZTNXiLUzVm wrote: > I am developing in App Engine with Python and I understand what Modules > are from reading the > documentation, > but I thought the process of splitting your code into mul