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
instance of memcached for each instance of reviewboard?

-Eric.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 out though that in 1.6.x, Review Board can keep review
requests and code restricted to certain groups/users. So there's less need
to run multiple servers.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Thu, Mar 15, 2012 at 2:54 PM, Eric Johnson
ericjohn...@alumni.brown.eduwrote:

 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
 instance of memcached for each instance of reviewboard?

 -Eric.

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en