Samuel Liard

Results 12 comments of Samuel Liard

For information I finish a version that integrate a turn server into web container. Why insert coturn inside web container and not create a new one ? It's for use...

Hi @friedrith Yes, your interpretations are correct. I think that any wifi router can create hidden SSID (like [this netgear](https://kb.netgear.com/30230/How-to-hide-your-NETGEAR-wireless-router-SSID-network-name)) In this case you have to disable "SSID Broadcast" I...

I lost a day of work because of this bug :( Need it for Apple App Attest validation

Yes I run : mvn clean install gae:deploy -Pdeployment (like explain on documentation) But I have the same error with "mvn clean gae:deploy -Pdeployment" and appengine:update don't work (No plugin...

You have all logs :) And for other application what is the average load time ? Because I remove spring MVC for that reason :/ 2013-04-09 14:29:19.139 / 200 12248ms...

One difference with demo. I add logback : ``` ch.qos.logback logback-core 0.9.27 org.slf4j slf4j-api 1.6.2 ch.qos.logback logback-classic 0.9.27 ``` To correct error : [s~testbetw/1.366551506100638944].: Failed to instantiate [ch.qos.logback.classic.LoggerContext] But error...

My empty app works, it's not the problem :) The main problem is first loading time And in GAE log we have Info logs with exception : com.google.inject.internal.util.$FinalizableReferenceQueue$SystemLoader loadFinalizer: Not...

Startup time is a big problem with GAE due to a bug with idle instance. My experience : http://stackoverflow.com/questions/12396306/why-a-client-create-new-instance-on-gae-just-after-a-warmup-request Bug report : https://code.google.com/p/googleappengine/issues/detail?id=7865 Hope that ludoch work on it :)...

Sample GAE app with 1 servlet takes between 2 and 3 secondes to start. I made a lot of tests :) Objectify add 1s on startup time. Maybe the faster...

After 4 month of development, we have always a big problem with starting time. Today it's between 25 and 40 seconds. The worst is that warmup request don't help. The...