ejabberd - Comments for "ExtAuth script performance concern" https://www.ejabberd.im/forum/25427/extauth-script-performance-concern en The script is spawned in a https://www.ejabberd.im/forum/25427/extauth-script-performance-concern#comment-66924 <p>The script is spawned in a new process so the infinite loop won't hurt performance of the ejabberd process.<br /> Spawning a new process for every login however would hurt performance since creating and destroying processes takes time.</p> Wed, 15 Jun 2016 08:59:55 +0000 Robert Larsen comment 66924 at https://www.ejabberd.im Right, the extauth script https://www.ejabberd.im/forum/25427/extauth-script-performance-concern#comment-66856 <p>Right, the extauth script processes auth requests sequentially, which means that only one auth is processed at a time.</p> <p>You can use this option to run several scripts in parallel: extauth_instances</p> Wed, 13 Apr 2016 10:32:51 +0000 badlop comment 66856 at https://www.ejabberd.im