Vapor wrote:
You have to ulimit command, but only for wpj.with pthread, is linux still limited to 1024 concurrent sessions or will I will have to use the ulimit command?
WPJ was developed to handle 10000 users concurrent.
Linux is not limited to 1024 sessions, but limit is for number of sockets for one proces.
Limit can be easly changed by
ulimit -n 10000
command for example.
----- Original Message -----
From: "Peter Saint-Andre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 12:41 PM
Subject: Re: [JDEV] WPJabber announce
This seems to be jabberd 1.4.2 (?) with pthreads instead of pth for the
threading. Is there any reason you did not just contribute these changes
to the jabberd project rather than make your own project? I'm confused.
Peter
--
Peter Saint-Andre
Jabber Software Foundation
http://www.jabber.org/people/stpeter.php
On Wed, 29 Jan 2003, lukasm wrote:
I'm pleased to aanounce that WPJabber server was putted to CVS on_______________________________________________
jabberstudio.org.
Visit http://wpjabber.jabberstudio.org page for more information.
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
_______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
