Re: [jabberd2] Jabberd2 Stress benchmark???

2007-10-09 Thread Maxim Britov
On Tue, 09 Oct 2007 18:56:25 +0200 Tomasz Sterna wrote: > Dnia 09-10-2007, Wt o godzinie 15:48 +0200, EXT / ALTIOR GIRAUD Emmanuel > pisze: > > We benchmark serveur jabberd2 (2.0.11 and 2.1.8) on linux debian etc > > and we found a limit with 1000 users. > > Change io/max_fds in c2s.xml to a hig

Re: [jabberd2] Jabberd2 Stress benchmark???

2007-10-09 Thread Tomasz Sterna
Dnia 09-10-2007, Wt o godzinie 15:48 +0200, EXT / ALTIOR GIRAUD Emmanuel pisze: > We benchmark serveur jabberd2 (2.0.11 and 2.1.8) on linux debian etc > and we found a limit with 1000 users. Change io/max_fds in c2s.xml to a higher prime number, and issue: ulimit -n number, before launching c2s.

Re: [jabberd2] "Faking" user

2007-10-09 Thread Tomasz Sterna
Dnia 09-10-2007, Wt o godzinie 16:33 +0300, Giorgos Logiotatidis pisze: > The problem is that the component binds to the name > bt.localhost and I'm only allowed to send stanzas as [EMAIL PROTECTED] > and not [EMAIL PROTECTED] . > I tried to bind my component to a different host but I didn'

[jabberd2] Jabberd2 Stress benchmark???

2007-10-09 Thread EXT / ALTIOR GIRAUD Emmanuel
Hello everybody, We benchmark serveur jabberd2 (2.0.11 and 2.1.8) on linux debian etc and we found a limit with 1000 users. We use a script written in perl that send connection with a user called user1 to user1.

[jabberd2] "Faking" user

2007-10-09 Thread Giorgos Logiotatidis
Hello, I am writing a bluetooth 2 jabber bridge, for presence notification and message exchanging. I want when a user enters a room with a bt enabled phone then the computer which captures his presence should send a stanza to my jabber network. I decided that I should implement thi