response time http library arduino

Hi All,

i just tried the TemperaturePanel example and was very surprised that the calls to /arduino/temperature are need in average 1.8s (measured with firebug).

In comparison, using a raspberry with webserver you have for much more complex function reaction time about 40-200 ms.

If this is normal behaviour i don´t think it makes sense to work with the httplibrary on the arduino.

Can anyone confirm these numbers or - if not - give me a hint how to reduce this latency?

Thanks in advance and kind regards

solick

Same here, ~1.8s. YunClient and YunServer is not very performance centric.

Have you both change bridge python part to unbuffered mode?