do I need a new instance of memcached for each instance of reviewboard?

2012-03-15 Thread Eric Johnson
I've got multiple instances of reviewboard (version 1.5.7) running on the same server (so that I can sandbox the users so that there's no risk of them seeing code from other code repositories that they don't have access to. I'm only using one instance of memcached, though. Do I need a separate

Re: do I need a new instance of memcached for each instance of reviewboard?

2012-03-15 Thread Christian Hammond
One is fine. The keys will be prefixed with the server's configured domain in order to prevent conflicts. You'll just want to bump up the memory allocation for memcached as high as you can go. A good rule in general, but even more important when you have many instances using it. I should point