ejabberd - Comments for "sending a large amount of messages via ejabberd fails (silently)" https://www.ejabberd.im/node/1352 en script https://www.ejabberd.im/node/1352#comment-3069 <p>Well, the script loads datafrom a database and then sends all know users an update.</p> <p>It's basically a for loop thet dumps all data in 1 go to ejabberd.</p> <p>If I use a 'sleep' then the script would take a bit too long ...</p> <p>Anyway, what surprises me is that messages are just lost ... </p> <p>I could understand if the shaper setting of a 1000b/s makes sending all very slow, but loosing message?</p> <p>D</p> Wed, 14 Feb 2007 09:04:17 +0000 diddek comment 3069 at https://www.ejabberd.im nothing in log https://www.ejabberd.im/node/1352#comment-3068 <p>I cannot find anything in the log, but maybe I need to set some loglevel?</p> <p>The normal ejabberd output does not say anything about lost messages.</p> <p>D</p> Wed, 14 Feb 2007 09:00:23 +0000 diddek comment 3068 at https://www.ejabberd.im The default shaper setting https://www.ejabberd.im/node/1352#comment-3052 <p>The default shaper setting should allow sending 1000 bytes per second, which would probably slow down your script, but should not cause any messages to be lost. Is there any message in the ejabberd log?</p> Fri, 09 Feb 2007 15:40:00 +0000 legoscia comment 3052 at https://www.ejabberd.im Re: sending a large amount of messages via ejabberd fails (silen https://www.ejabberd.im/node/1352#comment-3049 <p>It depends on what your script does. Can you show the script, so I can test it?</p> Fri, 09 Feb 2007 11:47:08 +0000 xram@jabber.ru comment 3049 at https://www.ejabberd.im