Christopher Lenz wrote: > 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. >
Ok, understood. Nevertheless, the lone hacker may want to stress-test tracd and occasionally debug the /multithreaded/ situation as well ;-) -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
