Thanks a lot for the suggestions, they are very valuable, I've started the 
conversion

I was wondering why I wasn't seeing any index/cron logs, but didn't pay too 
much attention to it, since it was a test app I'm testing with 
After using update_dispatch, I've quickly tested how it works, seems really 
simple

I have a routine that produces really long logs, the performance/delay 
issues and that logs are the main reasons I'm starting to use modules

My current module structure is going to be: default + background + 
the_long_logs

2 modules are a must, since frontend requests and backend operations should 
be separated, however I'm not sure about the third module, it could merge 
into the "background" module, as a result it would simplify the deployment 
a lot, however the logs of the "background" module would be hard to read

It seems with each module, I will be deploying the same huge project, so I 
really can't be sure about the third module
(I guess It's not that big of a deal, I could just start using 2 modules, 
and upgrade to 3 in the future, also modules seems deletable easily from 
'Versions', which is good)

Any advice?

(a tagging ability for logging, or pseudo modules for logging would have 
been great at this point (something like a logging.set_module_name etc. ) )

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to