Hi Alex,

On Fri, Mar 25, 2011 at 4:00 PM, Alexander Burger <a...@software-lab.de> wrote:
> Instead of enclosing it in (task (close S)), two separate calls (close
> S) and (task S) would also be all right (just a little bigger).
>
> But both are necessary: (close S) to free the socket file descriptor,
> and (task S) to remove the corresponding entry from the list in '*Run'.

is this in the context of multiple picolisp processes? figured S is
just a socket and calling (close) in a non forking server would be ok?

thank you.

/e

>
> Cheers,
> - Alex
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to