You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im currently involved in a project requiring 5 larger (~15kb) files. The Problem now is, that the webserver crashes rather quickly and becomes unresponsive. Are there any solutions for that? Setting the backlog parameter helps to some extend but does not resolve the issue completely. Im running the latest micropython with frozen micro web src module.
The text was updated successfully, but these errors were encountered:
Hi. It seems like a general Problem with Micropython. See the discussion there: micropython/micropython#12819
At this point it doesnt seem to be a problem specifically with your webserver.
Kind Regards Tobi
@Tobinator32,
Ah yes indeed, quite a discussion and with dpgeorge :)
MicroWebSrv2 never opens the complete file in memory, precisely to avoid worries about excessive reservations. So that's another problem.
Personally, I use MicroWebSrv2 quite a lot in CPython on large Web servers.
Thanks to you in any case!
Im currently involved in a project requiring 5 larger (~15kb) files. The Problem now is, that the webserver crashes rather quickly and becomes unresponsive. Are there any solutions for that? Setting the backlog parameter helps to some extend but does not resolve the issue completely. Im running the latest micropython with frozen micro web src module.
The text was updated successfully, but these errors were encountered: