ejabberd - Comments for " the process is blocked trying to send data over its TCP connection" https://www.ejabberd.im/node/3473 en i'm sorry, i think i have https://www.ejabberd.im/node/3473#comment-54193 <p>i'm sorry, i think i have made some mistake.<br /> the numbers are not so high,there are about 10000users in a room and about 10 message per second.<br /> and for this situation, can someone help me ?</p> Tue, 28 Apr 2009 02:32:28 +0000 xmukmb comment 54193 at https://www.ejabberd.im xmukmb wrote: for my https://www.ejabberd.im/node/3473#comment-54191 <div class="quote-msg"> <div class="quote-author"><em>xmukmb</em> wrote:</div> <p> for my situation, i need a room serviced for about 10000users and about 1000 message per second.<br /> any infomation for me to deal with?</p></div> <p>Those numbers seems pretty high, 10000 users, 1000 messages/seconds means ejabberd must have to send 10000000 messages/sec... even assuming that messages are really small, say 56bytes, you still need to send more than 500 MB/s over your network. Are your ejabberd machine and network infrastructure good enough to handle this?</p> <p>Worse, clustering won't help you much in this situation, as all messages are dispatched by a single MUC room.</p> Mon, 27 Apr 2009 16:31:28 +0000 ppolv comment 54191 at https://www.ejabberd.im i tried 1000000 and unlimit, https://www.ejabberd.im/node/3473#comment-54189 <p>i have tried 1000000 and unlimit, but it does not help. the process blocked still.</p> Fri, 24 Apr 2009 02:52:38 +0000 xmukmb comment 54189 at https://www.ejabberd.im c2s or s2s shaper's ? by https://www.ejabberd.im/node/3473#comment-54188 <p>c2s or s2s shaper's ?<br /> by default c2s shaper - 1000 bytes per second.</p> <div class="codeblock"><code>%%%&nbsp;&nbsp; ===============<br />%%%&nbsp;&nbsp; TRAFFIC SHAPERS <p>%%<br />%% The &quot;normal&quot; shaper limits traffic speed to 1.000 B/s<br />%%<br />{shaper, normal, {maxrate, 1000}}.</p> <p>%%<br />%% The &quot;fast&quot; shaper limits traffic speed to 50.000 B/s<br />%%<br />{shaper, fast, {maxrate, 50000}}.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />%% The &quot;proxy65_shaper&quot; shaper limits traffic speed to 1.000 B/s<br />{shaper, proxy65_shaper, {maxrate, 1000}}.</p></code></div> Thu, 23 Apr 2009 19:49:17 +0000 evadim comment 54188 at https://www.ejabberd.im Anyone can help me ? https://www.ejabberd.im/node/3473#comment-54187 <p>Anyone can help me ?</p> Thu, 23 Apr 2009 05:15:27 +0000 xmukmb comment 54187 at https://www.ejabberd.im