On Tue, Feb 1, 2011 at 8:00 AM, Alexey Martynov martynov.alexey@gmail.com wrote:
So I have following question: is it possible to use stream received from "send-headers" as output stream for spawned process or not?
I'd say this depends on how sb-ext:run-program works. If it can accept a Lisp stream to send its output to, you should be fine.
From http://www.sbcl.org/manual/Running-external-programs.html it
looks like what you're doing is correct. This doesn't work for you? Maybe SBCL expects another stream type?