chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] CHICKEN in production


From: Kristian Lein-Mathisen
Subject: Re: [Chicken-hackers] CHICKEN in production
Date: Tue, 7 Oct 2014 14:27:02 +0200

We had several problems with controling external processes too. And that with-input-from-pipe blocks other srfi-18 threads is a problem. If I remember correctly, process-run has a bug in it (with a workaround here) too, I don't know if they are related to your problems, Oleg. The fact that you need to "garbage collect" processes with process-wait is also a little painful.



K.

On Tue, Oct 7, 2014 at 9:59 AM, Christian Kellermann <address@hidden> wrote:
Oleg Kolosov <address@hidden> writes:

> We also struggled with posix and process control functions a lot (long
> story), trying to be functional here backfires badly, so we ended up
> with straightforward and ugly code (looking like verbose C with
> parentheses), replacing some functions from standard library (namely
> process-run) and customized error handling.

Is this something you find useful to have in general? Maybe we can
discuss your diffs if your contract permits that?

Congratulations to your success and product launch!

Christian

--
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.


_______________________________________________
Chicken-hackers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-hackers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]