Sorry, but I can not read this email. Parts of it seem to be missing.<div><br></div><div>Juanjo<br><br><div class="gmail_quote">2011/2/27 Rupert Swarbrick <span dir="ltr"><<a href="mailto:rswarbrick@gmail.com">rswarbrick@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi there,<br>
<br>
I'm busy trying to port some website code to work with ECL as well as<br>
SBCL. To do so, I'm trying to write a function that will create a<br>
process with a given string as standard input. On sbcl, I'd do the<br>
following:<br>
<br>
<br><br>
and that works fine: the program runs, reading from the string and then<br>
exits. After thinking for a bit, I came up with the following code to<br>
try to get things working with ecl:<br>
<br>
<br><br>
where /home/rupert/doit.sh contains the following:<br>
<br>
<br><br>
This works, in that tmp.txt contains blargl after the code runs, but the<br>
process never finishes:<br>
<br>
<br>rupert@hake:~ ps aux | grep doit<br>
rupert   24764  0.0  0.0      0     0 ?        Z    01:12   0:00 [doit.sh] <defunct><br>
rupert   24771  0.0  0.0   5048   724 pts/0    S+   01:12   0:00 grep doit<br>
<br><br>
How should I make sure that the process finishes too? (I don't mind if<br>
I have to wait for it: this doesn't need to run in parallel)<br>
<br>
<br>
Rupert<br>
<br>------------------------------------------------------------------------------<br>
Free Software Download: Index, Search & Analyze Logs and other IT data in<br>
Real-Time with Splunk. Collect, index and harness all the fast moving IT data<br>
generated by your applications, servers and devices whether physical, virtual<br>
or in the cloud. Deliver compliance at lower cost and gain new business<br>
insights. <a href="http://p.sf.net/sfu/splunk-dev2dev" target="_blank">http://p.sf.net/sfu/splunk-dev2dev</a> <br>_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>