|
|
|
|
|
by RyEgswuCsn
1200 days ago
|
|
Nice to know, thanks! I am not very familiar with how modern Python wsgi servers manage states, but in Java e.g. states can be cached in the heap of the one and same JVM --- can one say that the need to use an external state store like Redis is a direct result of the underlying web server having to launch multiple Python processes in order to scale up for greater loads? |
|