2009/1/2 William Dode <[email protected]>: >> The bug with which memory pool was used, potentially meant that stuff >> like the value of the python-path option was stored in memory which >> had been released. When that memory would be reused would be a bit >> random and depend on history of how memory is used by the application. > > You mean pool vs temp_pool ?
Yes, I am not sure about the lifetime of the temp_pool, but it possibly is valid only for the configuration phase. So, any memory from it retained after the initial configuration phase of Apache would have been released and so subject to be used for something else and overwritten, thus screwing up the retained values. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
