Re: Standing up multiple web servers for reviewboard

2016-06-20 Thread Joshua Olson
Great, thank you David. On Monday, June 20, 2016 at 1:00:02 PM UTC-7, David Trowbridge wrote: > > Everything important is wrapped in database transactions, so there's no > issue with concurrency between servers (there's already lots of concurrency > between different processes on a single server

Re: Standing up multiple web servers for reviewboard

2016-06-20 Thread David Trowbridge
Everything important is wrapped in database transactions, so there's no issue with concurrency between servers (there's already lots of concurrency between different processes on a single server). As long as uploaded files is shared across the servers (either via S3 or something like NFS), it shoul

Re: Standing up multiple web servers for reviewboard

2016-06-20 Thread Joshua Olson
The reason I ask is because in the past I have heard there were concerns about data integrity if two people work working on the same review on different web server instances. On Tuesday, June 14, 2016 at 10:59:31 AM UTC-7, Joshua Olson wrote: > > We have a fully multi-server review board instanc

Standing up multiple web servers for reviewboard

2016-06-14 Thread Joshua Olson
We have a fully multi-server review board instance with a separate web server, memcached server, and DB server and now we'd like to a add redundant web front end (RB instance) to our setup, keeping the same DB and memcached for now. Are there any issues or concerns with doing this? Other than