Hi,

I was playing around a bit with the rlm_python and was wondering about

,----
| module_t rlm_python = {
|       "python",       
|       RLM_TYPE_THREAD_SAFE,           /* type */
`----

that it is thread-safe. I assume nevertheless that the global
interpreter lock needs to be acquired before the embedded python
interpreter will run.

So, under the assumption of pure python code the module is thread-safe
but execution is serialized via the global interpreter lock?

Or am I wrong somehow?


Thanks,
Wolfgang





















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

Reply via email to