On Fri, Apr 07 2006, Kamen TOMOV wrote:

> I run a server that works in a multi-threaded mode under CMUCL. As
> far as I understand MP (multiprocessing) in CMUCL runs on top of
> SERVE-EVENT mechanism. I expect to have long file-copying operations
> so in order to keep my server responsive I need to make such
> operations run in the background.
>
> So my question is - is it OK to mess with the SERVE-EVENT functions
> such add-fd-handler, remove-fd-handler etcetera while
> multiprocessing is being run under CMUCL? What is the proper way to
> do it?

I recently posted this issue to comp.lang.lisp but did not get a
response. It is CMUCL related so I would be grateful if you advise
about it.


Reply via email to