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

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

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