James Devine wrote:
> Is it possible for me to spin off my own thread to do background work
> separate from individual requests in a module?

  No.

  Why would you do that?  The OS already supports multiple processes.
Just run another process.

  The RADIUS server is about doing RADIUS.  It reads packets, processes
them, and responds to packets.  There are *no* threads except ones
processing packets.  There are *no* timer events, except those related
to processing packets.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to