ECL now implements asynchronous signal handlers through a secondary thread and these handlers can now be customized. The interface is given by the functions<div><br></div><div>(EXT:GET-SIGNAL-HANDLER signal-code)</div><div>

(EXT:SET-SIGNAL-HANDLER signal-code closure-or-symbol)</div><div><br></div><div>where the signal handler function should have the signature (LAMBDA (&KEY PROCESS)).</div><div><br></div><div>On a multithreaded ECL, instead of having a thread that relies on sigwait(), we have a thread that gets messages from other threads, which are the ones that received the signals. In principle we could optionally add a feature such that these threads get suspended until the signal is processed. This does not seem critical to me, but it might help cope with the problem of synchronous signals (SIGSEGV, SIGFPE, etc) which are not allowed to execute arbitrary code.</div>

<div><br></div><div>In any case, these are refinements for the future. I would like to ask you to help debugging and perfect the changes I just introduced, and which for me are the final milestone for a release (apart from testing and integrating the ASDF extensions).</div>

<div><br></div><div>Juanjo</div><div><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>