Re: What is the MAX_SIZE of filediff content and where is it stored?

2010-06-01 Thread Christian Hammond
Hi, All diff content is split up into per-file entries in the FileDiff model (look at your table listings in your database to find the corresponding name). The content is base64-encoded, so you're losing some space as a result of that (necessary to fully preserve encodings across all databases).

How many concurrnet user does review board support?How to setup Apache load balance for it?

2010-06-01 Thread jianquan
hi All Do you do performance testing for reviewboard? How many concurrent user does review board supports? I do performance testing for reviewboard (mysql5,reviewboard1.0.8,clearcase), it only supports 5 concurent user. If i want to setup Apache load balance for it, how can I do it? -- Want to

Re: How many concurrnet user does review board support?How to setup Apache load balance for it?

2010-06-01 Thread Christian Hammond
Hi, If you're seeing things fail past only 5 concurrent users, there might be some configuration problems on your server. We know of servers with several hundreds of concurrent users without failures. Can you tell me a bit about the specs of your server? How many CPUs, what speed, and RAM size?

Re: How many concurrnet user does review board support?How to setup Apache load balance for it?

2010-06-01 Thread Aaron Sherman
On Tue, Jun 1, 2010 at 4:37 AM, jianquan bianjianq...@gmail.com wrote: Do you do performance testing for reviewboard? How many concurrent user does review board supports? I do performance testing for reviewboard (mysql5,reviewboard1.0.8,clearcase), it only supports 5 concurent user. You

Re: getting diff contents with the API

2010-06-01 Thread Tim Newsome
OK. That doesn't sound too far off then. :-) Can you let me know when it gets into the codebase. I'd be happy to be this feature's first beta tester. Tim On May 30, 11:27 am, Christian Hammond chip...@chipx86.com wrote: It's still being developed. Hopefully I can get it up for review this

Issue 1671 in reviewboard: rbsessionid cookie prevents login when migrating to new server

2010-06-01 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1671 by daniel.savilonis: rbsessionid cookie prevents login when migrating to new server http://code.google.com/p/reviewboard/issues/detail?id=1671 *NOTE: Do not post confidential information in this bug report.* What

Re: Issue 1586 in reviewboard: linkify is not enabled for Description and Testing Done if you don't own the review request

2010-06-01 Thread reviewboard
Updates: Status: Fixed Owner: chipx86 Comment #4 on issue 1586 by chipx86: linkify is not enabled for Description and Testing Done if you don't own the review request http://code.google.com/p/reviewboard/issues/detail?id=1586 Fixed on master (61c6c09) -- You received this