sql calls and blocking
I'm using LW 4.2.6 on Linux, and have noticed that sql calls block my process - no scheduling takes place before the sql calls returns. Not very surprising when doing FFI - but is there a simple way to avoid it? (I'm thinking of writing an extra server layer between my server and my database, but for all I know there could be simpler ways...) -- (espen)