<div dir="ltr">Thanks a lot Daniel, nice to know how to change the TMP path. <div><br></div><div>If I confirm the problem is with ASDF i'll let you know anyway.</div><div><br></div><div>Regards,</div><div>Diogo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 30 January 2016 at 16:11, Daniel Kochmański <span dir="ltr"><<a href="mailto:daniel@turtleware.eu" target="_blank">daniel@turtleware.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
to change the temporary dir you may set the logical-pathname-translation<br>
of "TMP":<br>
<br>
   (setf (logical-pathname-translations "TMP")<br>
         `(("**;*.*.*" ,(merge-pathnames "/your/new/directory/" "**;*.*.*"))))<br>
<br>
(or something like this). But I think that the problem is cache<br>
directory, which is ASDF's area which internals I don't know well<br>
enough to give any hint – if you use ASDF obviously.<br>
<br>
The other solution may be compiling lisp things once and just<br>
require'ing them in the production code.<br>
<br>
Best regards,<br>
Daniel<br>
<div class="HOEnZb"><div class="h5"><br>
Diogo Franco writes:<br>
<br>
> Hi,<br>
><br>
> We have a few different c++ projects with ecl embedded, which when starting<br>
> up, have ecl compiling and loading quite a bit of lisp code.<br>
><br>
> If we start the various processes close enough in time, conflicts occur<br>
> while compiling the lisp code. All is good if I wait for the lisp<br>
> compilations between starting each process, but this is troublesome to do<br>
> in production.<br>
><br>
> We believe this may be because the different processes might be using the<br>
> same temporary folder for the compiled code or something of this nature. Is<br>
> there any way to set the temporary path where ecl builds source code? Or<br>
> some other hint you think might help?<br>
><br>
> Many thanks in advance for your help,<br>
><br>
> Diogo Franco<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Daniel Kochmański ;; aka jackdaniel | Poznań, Poland<br>
TurtleWare - Daniel Kochmański      | <a href="http://www.turtleware.eu" rel="noreferrer" target="_blank">www.turtleware.eu</a><br>
<br>
"Be the change that you wish to see in the world." - Mahatma Gandhi<br>
</font></span></blockquote></div><br></div>