It is just easier and less expensive to operate a second thread since it will be tightly integrated with the threads spawned to handle requests.  I can run a second process and use IPC if it is not possible to spawn another thread separate from requests.<br>
<br><br><div class="gmail_quote">On Fri, May 22, 2009 at 2:15 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">James Devine wrote:<br>
> Is it possible for me to spin off my own thread to do background work<br>
> separate from individual requests in a module?<br>
<br>
</div>  No.<br>
<br>
  Why would you do that?  The OS already supports multiple processes.<br>
Just run another process.<br>
<br>
  The RADIUS server is about doing RADIUS.  It reads packets, processes<br>
them, and responds to packets.  There are *no* threads except ones<br>
processing packets.  There are *no* timer events, except those related<br>
to processing packets.<br>
<font color="#888888"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</font></blockquote></div><br>