From: Arthur N. <ac...@ca...> - 2024-01-04 17:34:39
|
On Thu, 4 Jan 2024, Francis Wright wrote: > There is also the function with!-timeout defined in "rlisp/inter.red", which I presume is portable, at least between CSL and PSL, and might be closer to what Nasser is looking for. > > Francis > Thank you - I had forgotten that. Observe that it works by instating a hook function that is called after each garbage collection, so if Reduce has loads of memory it may take a while before the next garbage collection happens, but by virtue of that it works under either CSL or PSL. Arthur |