1 Apr
2016
1 Apr
'16
11:23 a.m.
On 01/04/16 16:09, Alan DeKok wrote:
On Apr 1, 2016, at 10:55 AM, Igor Novgorodov <igor@novg.net> wrote:
Because of unlang's poor syntax (such as returning only one value from {%sql .. }) forces me to do more SQL queries and use some weird logic in them.
Use v3.1.x from git. It has a "map" function which allows for multiple return values from SQL.
By the way, rlm_python is as slow in creating threads as rlm_perl? Maybe i should try it.
Python is probably worse.
Yeah, I love Python to bits, but it's a terrible fit for embedding in a threaded server, due to the GIL :o(