My first real issue in GAE was that the session is serialized and
stored to the datastore on the GAE servers. This is all well and good,
but it doesn't happen on the local dev instance as far as I can see.

Thus I ran into a situation where I got runtime exceptions (due to a
session class not implementing serializable, easy fix) that occurred
only in the production environment and not in dev.

It seems like a reasonable enhancement request to have the local dev
server emulate the same activity upon occasion such that errors like
this can be dealt with locally. The two environments should be as
close to identical as possible.

I always like to post such things before submitting them formally in
case there's any missed reasoning on my part. Comments?

Also, where does one go about posting such enhancement requests (I'm a
new GAE user).

Dave

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to