[Openmcl-devel] run-program / communicating with asynchronous jobs
Ron Garret
ron at flownet.com
Sat Feb 13 09:41:32 PST 2010
Are you sure that dx actually exits immediately? You have :wait set to NIL, so run-program will return immediately, but that doesn't necessarily mean that dx has exited.
rg
On Feb 13, 2010, at 9:33 AM, Nicolas Neuss wrote:
> Hello,
>
> I want to communicate with a Data Explorer or Gnuplot job running in
> parallel to CCL. I start that job as follows:
>
> (setq *dx-process*
> (ccl:run-program "/usr/bin/dx"
> '("-script" "-cache" "off" "-log" "on") :wait nil
> :input :stream :output :stream))
>
> However, I am observing that dx exits immediately. How should this be
> done correctly? (I'm on Linux, BTW.)
>
> Thank you,
> Nicolas Neuss
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list