From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Fri, 10 Jan 2014 05:26:42 +0100 Subject: RFE: .so filters In-Reply-To: References: <20140109225802.GM7608@serenity.lan> Message-ID: On Fri, Jan 10, 2014 at 3:11 AM, Jason A. Donenfeld wrote: > Problems abound. This has race condition issues, where the parent > process will SIGSTOP the child before the child can write its output. > This could be fixed with a more complicated signaling protocol, but > that's more complex than I'd like it. Back to the drawing board. Okay I've got it sorted. Development has begun in jd/longfilters. I'll send the patchset to this list to solicit some opinions when I'm done.