<div dir="ltr">Hi, I see in the documentation for $var below.  Regarding point 3.  Does a single opensips process handle a single message at a time?  Or are they multi-threaded processing many messages at one time?  My concern being if I'm using $var for message processing, will my messages corrupt each other's variables?<br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Naming: **$var(name)**<br>Hints:<br>1. if you want to start using a script variable in a route, better initialize it with same value (or reset it), otherwise you may inherit a value from a previous route that was executed by the same process.<br>2. script variables are faster than AVPs, as they directly reference a memory location.<br>3. the value of script variables persists over a OpenSIPS process.<br></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br></div><div class="gmail_signature" data-smartmail="gmail_signature">Thanks,</div><div class="gmail_signature" data-smartmail="gmail_signature">Chris.</div><div class="gmail_signature" data-smartmail="gmail_signature"><br></div></div>