Discussion:
Thread Stacksize and shell calls
Jean-Luc Arnaud
2016-08-24 08:25:04 UTC
Permalink
Hi all,

I'm wondering what happens with Thread memory when calling shell
functions, in particular when these functions are memory consuming.
Should I increase the Thread Stacksize, or has the Shell its own memory
manager?

TIA for any information.
--
Jean-Luc Arnaud


_______________________________________________
Unsubscribe by sending a message to:
<nug-***@lists.xojo.com>

List Help: <***@xojo.com>
Christian Schmitz
2016-08-24 10:19:13 UTC
Permalink
Post by Jean-Luc Arnaud
Hi all,
I'm wondering what happens with Thread memory when calling shell functions,
nothing.
Post by Jean-Luc Arnaud
in particular when these functions are memory consuming.
Should I increase the Thread Stacksize, or has the Shell its own memory manager?
shell runs as separate process and uses memory there.
Except for the result, but that is allocated in your app's heap memory.

Sincerely
Christian
--
Read our blog about news on our plugins:

http://www.mbsplugins.de/


_______________________________________________
Unsubscribe by sending a message to:
<nug-***@lists.xojo.com>

List Help: <***@xojo.com>
Jean-Luc Arnaud
2016-08-24 10:41:43 UTC
Permalink
Great!

Danke, Christian.

Jean-Luc Arnaud
Post by Christian Schmitz
Post by Jean-Luc Arnaud
Hi all,
I'm wondering what happens with Thread memory when calling shell functions,
nothing.
Post by Jean-Luc Arnaud
in particular when these functions are memory consuming.
Should I increase the Thread Stacksize, or has the Shell its own memory manager?
shell runs as separate process and uses memory there.
Except for the result, but that is allocated in your app's heap memory.
Sincerely
Christian
_______________________________________________
Unsubscribe by sending a message to:
<nug-***@lists.xojo.com>

List Help: <***@xojo.com>

Loading...