On Tue, Jun 16, 2009 at 2:42 AM, eri x<[email protected]> wrote: > Putting a counter in my code and visualising it in the template i > discovered that when i take a pause for some minutes and then began to work > again trac creates a new instance of the plugin and initialize the > counter,when i take a pause again for some time and than began to work trac > uses the old istance of the plugin and works with the old counter, and it > continues to move between the instances every time i pause for some > minutes,the only way for trac to don't change the instance that it use is to > work on the plugin frequently.Is this a bug or is the way trac works. > Regards Ermal.
Neither. It's the way Python works in a multiprocess web server, as I've explained before. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
