L'autore qui afferma che:
Share state between processes. Run a long running batch job in one Python interpreter (say loading a few million lines of CSV in to a Redis key/value lookup table) and run another interpreter to play with the data that’s already been collected, even as the first process is streaming data in. You can quit and restart my interpreters without losing any data.
- Se l'interprete viene arrestato (esci), come si verificherà la condivisione?
Qual è il concetto di esso? Come lo spieghi in termini semplici, magari con un esempio?