esp8266 icon indicating copy to clipboard operation
esp8266 copied to clipboard

Unable to service concurrent requests

Open fadushin opened this issue 8 years ago • 1 comments

The uhttpd daemon is unable to service concurrent TCP/IP requests, which can cause web browsers that open concurrent connections to the same host to fail to load resources (e.g., CSS, javascript, etc) stored on the device.

C.f., http://forum.micropython.org/viewtopic.php?f=16&t=2711&sid=3b16b8192196c0ebc29d2e86e8093dce&start=20

fadushin avatar Jan 03 '17 12:01 fadushin

This seems to be mitigated somewhat, but not completely resolve, by using asyncio. More investigation needed.

fadushin avatar Feb 20 '17 15:02 fadushin