Norbert Unterberg wrote: > Since we are interested in upgrading our old trac server to some newer > version, beeing interested in the configurable work flow feature, I am > monitoring the trac-dev list for some time. This memory issue concerns > me. However, I wonder as a non-python programmer, would I be affected > by this issue at all?
Yes. > We are using mod_python with python 2.4 on apache 2.2.x on Windows. > Would we be hit by the leak when we upgrade to 0.11 beta? Or does this > only affect standalone trac servers? Again, yes. However, the extent to which you'll be affected seems to be dependent on how many tickets you have and how heavily accessed your site is. Internally, I run multiple trac instances using tracd. One site that only uses the wiki is used by about ~50 everyday and doesn't show the memory growth. The site that uses tickets only has ~300 and memory is still fairly low (~28megs). So, if you have a faily small and infrequently hit site, you'll be fine. -John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
