cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
405
Views
0
Helpful
2
Replies

SCRIPT CART WITH THREADS

amunoz
Level 1
Level 1

Hi,

I'm working with CAR, i need to use a script, if the RADIUS_WORKER_THREAD_COUNT variable is 255, i need to configure some extra in the script to work with threads?

The script is very easy, is made to change a variable.

# more accdb.tcl

proc accdb {request response environ} {

$request put Framed-IP-Address [$request get RedBack-Assigned-IP-Address]

}

#

2 Replies 2

Not applicable

Increasing the number of worker threads also increases memory utilization. There is no upper limit to the number of RADIUS worker threads you can enable in your CAR server, but you should take care not to exceed your server's memory capacity.

http://www.cisco.com/en/US/docs/net_mgmt/access_registrar/4.2/user/guide/features.html

But, i need to do someting diferent in the script?, or can i use the same script, if i am working with threads?.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: