One example of 'stateful' behavior is the way that modern operating
systems cache file data in memory. If a bit goes bad in userland,
then that may persist across executions by different processes that
get their code and initial data from the same file, until the memory
page is reloaded from the file system. 

If that is the problem, then your attempts to keep state 'warm'
could make the problem more persistent.

        Wietse

Reply via email to