[Asterisk-Users] Re: How to nice agi scripts?
Benny Amorsen
benny+usenet at amorsen.dk
Fri Mar 24 05:24:20 MST 2006
>>>>> "RS" == Roger Schreiter <roger at planinternet.de> writes:
RS> Is there any mean to let AGI scripts run in a lower priority
RS> (except starting a new shell from the a short initial AGI script)?
You can start the script with renice 15 $$, or whichever value you
prefer. If the hickup happens because of the process startup, this
will not help, but at least it is easy to try out.
/Benny
More information about the asterisk-users
mailing list