Hello
What is the largest reported number of users simultaneously on a single "RoundCube" server?
Cheers,
Reymer Antonio Vargas Solano
Área de Desarrollo de Recursos Centro de Informática Universidad de Costa Rica
Roundcube is a php application that rides on Apache, Apache/php will pretty much determine the load it can handle,
Apache comes with a benchmarking tool, beat it up and see what you get.
Dave
From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of Reymer Antonio Vargas Solano Sent: Tuesday, June 26, 2012 3:10 PM To: users@lists.roundcube.net Subject: [RCU] Users
Hello
What is the largest reported number of users simultaneously on a single "RoundCube" server?
Cheers,
Reymer Antonio Vargas Solano
Área de Desarrollo de Recursos
Centro de Informática
Universidad de Costa Rica
Hello Dave,
So no matter how many users, e.g. 100,000 users. Because what really matters is the load that supports the apache and php modules!
Thanks,
Reymer Vargas
On Tue, Jun 26, 2012 at 8:48 PM, Dave Overton dave@syix.com wrote:
Roundcube is a php application that rides on Apache, Apache/php will pretty much determine the load it can handle,****
Apache comes with a benchmarking tool, beat it up and see what you get.***
Dave****
*From:* users-bounces@lists.roundcube.net [mailto: users-bounces@lists.roundcube.net] *On Behalf Of *Reymer Antonio Vargas Solano *Sent:* Tuesday, June 26, 2012 3:10 PM *To:* users@lists.roundcube.net *Subject:* [RCU] Users****
Hello****
What is the largest reported number of users simultaneously on a single "RoundCube" server?****
Cheers,****
Reymer Antonio Vargas Solano****
Área de Desarrollo de Recursos****
Centro de Informática****
Universidad de Costa Rica****
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
The database you use will also have an effect, as will the response and performance of the IMAP server. But in general, Dave is correct - Roundcube itself is not a process that you can monitor or scale, you will need to scale the web server and database to the number of users.
Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
On 2012-06-27 07:02, Reymer Antonio Vargas Solano wrote:
Hello Dave, So no matter how
many users, e.g. 100,000 users. Because what really matters is the load that supports the apache and php modules!
Thanks,
Reymer
Vargas
On Tue, Jun 26, 2012 at 8:48 PM, Dave Overton
dave@syix.com wrote:
Roundcube is a php application that rides
on Apache, Apache/php will pretty much determine the load it can handle,
Apache comes with a benchmarking tool, beat it up and see what
you get.
Dave
FROM: users-bounces@lists.roundcube.net
[mailto:users-bounces@lists.roundcube.net] ON BEHALF OF Reymer Antonio Vargas Solano
SENT: Tuesday, June 26, 2012 3:10 PM TO:
users@lists.roundcube.net
SUBJECT: [RCU] Users
Hello
What is the largest reported number of users simultaneously on a single "RoundCube" server?
Cheers,
Reymer Antonio Vargas Solano
Área de Desarrollo de Recursos
Centro de Informática
Universidad de Costa Rica
Roundcube Users
mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users [2]
Roundcube Users
mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users
Arne Berglund wrote:
The database you use will also have an effect, as will the response and performance of the IMAP server. But in general, Dave is correct - Roundcube itself is not a process that you can monitor or scale, you will need to scale the web server and database to the number of users.
Not forgetting the IMAP server that does the real work. I expect that'll be where the bottlenecks are to be found, if any.