12 Apr
2009
12 Apr
'09
3:35 a.m.
Apostolos Pantsiopoulos wrote:
Does this mean that in the new behavior I have one perl instance (thread) shared by all the radius threads? And if so, are all the radius requests being processed sequentially by it? Doesn't this degrade the performance?
Possibly, yes.
Or, the module could be updated to have one
perl interpreter per child thread.
This requires that I alter the rlm_perl module code, right?
Yes. Alan DeKok.