<div dir="ltr"><div>Thanks for the reply.<br><br>In my case the communication is mainly from lisp to the program.<br><br></div>As I wrote, I am not really certain what is causing this and I am trying to eliminate obvious candidates. Now at least I know that the streams are buffered. <br>
<br>It seems not so easy to pinpoint this issue. I am running ccl from binaries. Maybe I can run ccl from source and see if I can do some experiments, or do some profiling. Would you have any suggestions? Or any specific relevant ccl code I could look at?<br>
<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-06 9:57 GMT+02:00 Gary Byers <span dir="ltr"><<a href="mailto:gb@gse.com" target="_blank">gb@gse.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is communication slow from the program to lisp, from lisp to the program,<br>
or in both directions ?<br>
<br>
Note that (almost) all streams in CCL are fully buffered, i.e., output<br>
may not actually be written to an underlyin device (file descriptor, file handle)<br>
until FORCE-OUTPUT is called; this is the same on Windows as on other platforms,<div><div class="h5"><br>
<br>
On 08/03/2014 06:10:15 PM, Paul Griffioen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everybody,<br>
<br>
I have some performance issues when a program is run with ccl:run-program<br>
on Windows, and it looks like the communication to the program is slow. Is<br>
there anyway I can check whether buffering on the streams is on or off?<br>
<br>
I am guessing at this moment, but I just want to make sure I am not<br>
overlooking something obvious. See<br>
<a href="https://gist.github.com/anonymous/80966ad2b1011de4a75e" target="_blank">https://gist.github.com/<u></u>anonymous/80966ad2b1011de4a75e</a> for the code.<br>
<br>
It runs fine on Linux. Similar code also runs fine in other Lisps on<br>
Windows. Any clues would be appreciated.<br>
<br>
Paul<br>
<br>
</blockquote>
<br></div></div>
------quoted attachment------<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
______________________________<u></u>_________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com" target="_blank">Openmcl-devel@clozure.com</a><br>
<a href="http://lists.clozure.com/mailman/listinfo/openmcl-devel" target="_blank">http://lists.clozure.com/<u></u>mailman/listinfo/openmcl-devel</a><br>
<br>
</blockquote>
<br>
</blockquote></div><br></div>