Threads and FFI-calls
hei, I have an app that is started in a separate thread via mp:process-run-function from the lispworks IDE. The hope is that I can test and experiment with this app from the IDE while it is running. The input-loop is on the c-side and it seems that while the app is on the c-side the entire IDE is locked up. This is unfortunate. Is there a way to handle this call to the input-function (which must be on the c-side) which allows the rest of the IDE to be responsive? (I use linux lispworks personal) -- ------------------------------------------------------------------ Stig Erik Sandoe stig@ii.uib.no http://www.ii.uib.no/~stig/