Recommendations on apache tuning for chat application
Posted
by sofia
on Stack Overflow
See other posts from Stack Overflow
or by sofia
Published on 2010-05-12T08:07:23Z
Indexed on
2010/05/12
12:04 UTC
Read the original article
Hit count: 207
Hi,
I have a chat application (xmpp / muc) that is going to be served by apache (we might change to nginx later but right now it's not easily done). If a user is in 2 rooms, he'll have between 2 and 4 active connections to the server (long-polling connections), so if we have 200 users per room and we have 5 rooms, what should the ServerLimit, MaxClients be set to? For example, these are the default values:
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
Thanks,
© Stack Overflow or respective owner