On 13.02.2008, at 13:56, Christian Boos wrote: > Christopher Lenz wrote: >> Also, the template debugger only works completely with single process >> deployments (such as tracd). > > Multi-thread safe or not? i.e. should the ThreadedMixin be disabled?
It should be mostly thread-safe (some additional locking may be necessary in the cache purging for full robustness), but it's intended more for local test deployments where a single person hacks away and tests. The only part where this is relevant is the template context data inspector, btw. Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
