Hey PK,

Thanks for this great write-up!

On 18 March 2013 05:15, PK <[email protected]> wrote:
[snipped]

> 1.3 In addition to the datastore data and the blob data, logs now end up
> in some structured storage. I did not realize that at the beginning and
> running multiple configuration side by side was causing corruptions and
> weird crashes. So make sure you set the *--logs_path* to point to where
> the logs sqlite file should be located. I am not sure what the default is.
>

By default all of the persisted state or an application (e.g. blobstore,
datastore, logs) is stored in the directory specified by  *--storage_path*.
If that flag isn't specified, then the default is to create new directory
in /tmp like "appengine.<appid>.<userid>". The name and location is
different on Windows.


> 1.4 dev_appserver.py would not run the tasks by default if you set the *
> --enable_tasks=no* but you could manually run them from the admin
> console. In the new server this option turns off the tasks completely, not
> clear if this is a bug or a new feature.
>

Bug.


> 1.5 -d does not cut it for debug, you now needs to say *--log_level=debug*
> 2. Observed performance is about the same as before both from my
> experience and the measurements (it took a while to get there but it seems
> that now we are there)
> 3. I was using remote_api without specifying both the host and port of my
> server before. devappserver2.py is pickier. It took Sam and I several
> interaction to nail this issue.
> 4. The new server uses different options for log_levels of your code vs
> the dev server code (--*dev_appserver_log_level* vs --*log_level*). This
> is awesome but might be confusing!!
>

--*dev_appserver_log_level* should not be used by most people - it is most
useful in debugging dev_appserver behavior, not application behavior.


> 5. The new server does not seem to pick up application file modifications.
> Please star issue
> https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?id=54
>  if
> you experience the same issue.
>

This definitely doesn't effect everyone and we are still investigating why
it is effecting you.

Thanks again for the great feedback! Hopefully we'll be able to sort your
issues out soon.

Cheers,
Brian


>
> Best,
> PK
> http://www.gae123.com
>
>  --
> 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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to