*Glitches*: Main glitch so far is that we needed to set <url-stream-handler>urlfetch</url-stream-handler> in our appengine-web.xml file for some reason. Still trying to figure out why we can make the request on java7 and 8 via urlfetch, but it doesn't work on native on java8. We could be doing something stupid.... but can't figure it out yet...
*Performance*: for our use case (hitting databases on GCE) it is much, much faster than java7. Huge improvement not only in speed, but in consistency of speed. We suspected that the security manager was causing a lot of socket overhead under java7... so maybe the lack of a security manager in java8 is why our particular use case runs so much better. On Thursday, July 6, 2017 at 3:45:38 PM UTC-4, Patrick Jackson wrote: > > Super excited to see Java 8 support. The removal of the white-list is > also huge! Curious about other's experiences with it so far. Any > instability, things to note or consider. > I know this is beta and no SLA until GA and all that, just would be > interested to hear from any devs that have been using it for real apps and > traffic. > > -Patrick Jackson > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/26842ba1-3d0f-4bca-923b-a2484a154c77%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
