![](https://secure.gravatar.com/avatar/516adc30e130fa8300a2a5cd996a27b9.jpg?s=120&d=mm&r=g)
31 Mar
2016
31 Mar
'16
3:15 p.m.
Hi all, quick question. I’ve got my embedded ecl on a multi thread windows service. Before doing anything I call cl_boot. Then multiple request coming in served by different thread. At this point I call ecl_import_current_thread and the evaluate some lisp code with cl_safe_eval with Cnil as environment. After I call ecl_release_current_thread. Please note that those are native thread not created with gc wrapper. Are those evaluation happen in different lisp processes? Kindest regards F.