[JDEV] Scale of server
Jason Reineri
jreineri at northridge.com
Thu Jan 10 08:29:53 CST 2002
Jabber can handle 3000 concurrent users with no problem. The only
problem you will have is that the select() function in Linux is hard
coded to a certain number of sockets. In kernel 2.4 that limit is 1024.
You can either recompile the kernel to allow more, or you can use dpsm
or jpolld as your socket manager. These socket managers use the poll()
function instead of select() and are not subject to the limit. You will
however have to increase the number of file descriptors you can have
open per process. This can be done in a startup script that calls
ulimit.
Jason Reineri
Northridge Systems, Inc.
-----Original Message-----
From: Rodrigo Roman [mailto:dedalo at ferengi.com.ar]
Sent: Wednesday, January 09, 2002 6:14 PM
To: 'jdev at jabber.org'
Subject: [JDEV] Scale of server
I'm planing an instalation of jabber server in a isp, we have aprox 3000
concurrent users (i dont know wich porcentage will use our messanger)
our client base is 150k users.
Wich is the best implementation for this numbers?
Is jabber prepared for this?
Are all the transports able to work in this client base?
Thanks for your help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20020110/ffacc28d/attachment-0002.htm>
More information about the JDev
mailing list