<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 16, 2014 at 1:18 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Nick Rogers wrote:<br>
> Now I understand that rlm_perl uses the same<br>
> freeradius thread management that everything else does.<br>
<br>
</span>  Yes.  It's simpler, and doesn't have problems.<br>
<span class=""><br>
> My problem is that my freeradius rlm_perl installation no longer spawns<br>
> multiple instances of the perl process, effectively causing my server to<br>
> be single threaded, which has begun to cause performance issues at some<br>
> of my larger sites with increased load.<br>
<br>
</span>  It's more that the module used to spawn multiple interpretors.  This<br>
means extra overhead, etc.<br>
<span class=""><br>
> I do not have perl with multiplicity or ithreads compiled, as this<br>
> causes issues with other perl applications running on the same server.<br>
> My question is, is there a way to support multiple instances of the<br>
> rlm_perl interpreter without having ithreads or multiplicity compiled<br>
> with perl?<br>
<br>
</span>  One way is to build Perl libraries specifically for FreeRADIUS.<br>
<span class=""><br>
> Is there a way for freeradius to simply launch a perl process for every<br>
> freeradius server thread, instead of all threads relying on the same<br>
> rlm_perl process? I am not interested in using perl threads or having<br>
> multiple perl interpreters within the same perl process. I would really<br>
> appreciate some clarification if this is possible or not.<br>
<br>
</span>  I don't think it ever spawned multiple Perl *processes*.  It always<br>
used just one.<br>
<br>
  You may be able to convert the module back to using a separate<br>
interpretor per thread.  I'm not familiar with Perl programming, so I<br>
can't say more.<br></blockquote><div><br></div><div>Thanks for the clarification and insights!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</font></span></blockquote></div><br></div></div>