Re: Max number of realms FreeRadius Can handle.

2004-09-01 Thread Alan DeKok
David [EMAIL PROTECTED] wrote: Setting hardware considerations aside for the moment, what is the max number of realms that FreeRadius can proxy to? There is no pre-set limit. If there are many realms, the server may slow down a bit. That can be fixed by moving the realm code to use trees,

RE: Max number of realms FreeRadius Can handle.

2004-09-01 Thread david
If there are many realms, the server may slow down a bit. That can be fixed by moving the realm code to use trees, rather than linked lists. Thanks for the information. I am not familiar with moving the realm code to use trees. Can you expand on that or point me in the right direction.

Re: Max number of realms FreeRadius Can handle.

2004-09-01 Thread Alan DeKok
david [EMAIL PROTECTED] wrote: Thanks for the information. I am not familiar with moving the realm code to use trees. Can you expand on that or point me in the right direction. Much of the server code has been updated to use red-black binary trees. See src/main/request_list.c. The list