ejabberd - Comments for "Tool for concurrent users, and how simple is to maintenance the Server" https://www.ejabberd.im/node/4320 en You can use another machine for stress and development https://www.ejabberd.im/node/4320#comment-56674 <div class="quote-msg"> <div class="quote-author"><em>matiasMunoz988</em> wrote:</div> <p>I think that the programs for simulating users, does not work on Windows, but I will search for more information. </p></div> <p>You can install ejabberd in a Windows machine, and Tsung or other program in a different machine running Debian, FreeBSD or whatever. Then configure Tsung to perform the stress against the ejabberd-Windows machine.</p> <div class="quote-msg"> <div class="quote-author"><em>matiasMunoz988</em> wrote:</div> <p>To make modules I have to write in Erlang, but I don't know which tool do I have to use. I'm be reading and I found ErlyBird, is that right? Are others tools for developing in Erlang? </p></div> <p>Erlang *.erl source code files can be written using any text editor, like Emacs, Wordpad or whatever you prefer. Then compile them one by one into *.beam using erlc.exe.</p> <p>Remember: you can compile *.erl files into *.beam in a Linux machine, and then copy those *.beam to your Windows machine. They will work if you use the same Erlang version for compiling and running them (ejabberd 2.1.5 installers contain Erlang R13B04).</p> Wed, 29 Sep 2010 08:46:13 +0000 mfoss comment 56674 at https://www.ejabberd.im Thanks for the information, https://www.ejabberd.im/node/4320#comment-56668 <p>Thanks for the information, it was very helpfull.</p> <p>I think that the programs for simulating users, does not work on Windows, but I will search for more information.</p> <p>I was reading other stuff, and I have a doubt. To make modules I have to write in Erlang, but I don't know which tool do I have to use. I'm be reading and I found ErlyBird, is that right? Are others tools for developing in Erlang?</p> Tue, 28 Sep 2010 14:31:21 +0000 matiasMunoz988 comment 56668 at https://www.ejabberd.im matiasMunoz988 wrote: I want https://www.ejabberd.im/node/4320#comment-56653 <div class="quote-msg"> <div class="quote-author"><em>matiasMunoz988</em> wrote:</div> <p>I want it to know which tool can I use to add Plug-ins; </p> <p>yesterday I found out that external components can be made with the tool I prefer. For example, can I made external components using Visual Studio. </p></div> <p>When you say "plug-in", maybe you refer to one of those ways to extend ejabberd with additional features:</p> <ul> <li>ejabberd modules: must be written in Erlang, and provide new features. Examples can be found in <a href="http://www.ejabberd.im/contributions" title="http://www.ejabberd.im/contributions">http://www.ejabberd.im/contributions</a> </li><li>ejabberd extauth scripts: can be written in any language, but are only used to verify if a username+password is valid. Examples: <a href="http://www.ejabberd.im/extauth" title="http://www.ejabberd.im/extauth">http://www.ejabberd.im/extauth</a> </li><li>Jabber or XMPP components: can be written in any language, they work with many Jabber server types (not only ejabberd), and they can provide additional services like transport to other network, or a SMTP transport, or a different chatroom service... A few old examples are mentioned in <a href="http://www.ejabberd.im/tutorials-transports" title="http://www.ejabberd.im/tutorials-transports">http://www.ejabberd.im/tutorials-transports</a> </li></ul> <div class="quote-msg"> <div class="quote-author"><em>matiasMunoz988</em> wrote:</div> <p>By the other hand, I also want to Know how simple is to maintain the Server, do I have to reboot every time I changed the configuration? </p></div> <p>The changes done in ejabberd.cfg need to restart ejabberd.</p> <p>The changes done in the ejabberd Web Admin are applied immediately, no need to restart ejabberd.</p> <div class="quote-msg"> <div class="quote-author"><em>matiasMunoz988</em> wrote:</div> <p>And for last, and I don't distub you anymore, I'm running the Server in Windows Server 2008, I want to know if there a tool that can simulate concurrtent users, to probe the Server. </p></div> <p>Jabsimul is an old, few features, simple program. Tsung has more features, more powerful, but more difficult to configure. I don't know if those programs work in Windows.</p> <p><noindex><a href="http://www.process-one.net/en/tsung/" title="http://www.process-one.net/en/tsung/" rel="nofollow" >http://www.process-one.net/en/tsung/</a></noindex><br /> <noindex><a href="http://github.com/badlop/jab_simul" title="http://github.com/badlop/jab_simul" rel="nofollow" >http://github.com/badlop/jab_simul</a></noindex></p> Fri, 24 Sep 2010 14:56:07 +0000 mfoss comment 56653 at https://www.ejabberd.im