|
|
|
|
|
by PhilChristensen
6117 days ago
|
|
okay, i give up. explain to me how it's possible to run any significant WSGI app inside this container. wouldn't any long-running request monopolize the whole server? i don't have a lot of exposure to other WSGI apps besides my own, but I always use synchronous, blocking development techniques when building them, including blocking database calls. |
|