Hi, Christopher Baines <m...@cbaines.net> skribis:
> Maybe the store connection caching could be optional when calling > inferior-eval-with-store, and that could also switch between using > open-pipe* and primitive-fork for starting the inferior process. I don’t think that’s desirable as an interface. To me, the proper fix will be to use an interface like ‘posix_spawn’ so we can have both correctness and speed, rather than let users choose. Ludo’.