Re: Some thread/GC questions

2016-03-09 Thread Daniel Kochmański
OK, sorry then for this mistake of mine. Dnia 10 marca 2016 00:59:53 CET, Juraj Variny napisał(a): >> >> > On Wednesday 09 March 2016 09:07:38 you wrote: >> >> Hello, >> >> >> >> Juraj Variny writes: >> >> > Hello, >> >> > >> >> > can you please tell me how to: >> >> > >> >> > 1. Initialize lisp

Re: Some thread/GC questions

2016-03-09 Thread Juraj Variny
> > > On Wednesday 09 March 2016 09:07:38 you wrote: > >> Hello, > >> > >> Juraj Variny writes: > >> > Hello, > >> > > >> > can you please tell me how to: > >> > > >> > 1. Initialize lisp environment in a thread that was already created by > >> > C/C++ app? Is it possible for it to share existing l

Re: Some thread/GC questions

2016-03-09 Thread Daniel Kochmański
Juraj Variny writes: > On Wednesday 09 March 2016 09:07:38 you wrote: >> Hello, >> >> Juraj Variny writes: >> > Hello, >> > >> > can you please tell me how to: >> > >> > 1. Initialize lisp environment in a thread that was already created by >> > C/C++ app? Is it possible for it to share existi

Re: Some thread/GC questions

2016-03-09 Thread Juraj Variny
On Wednesday 09 March 2016 09:07:38 you wrote: > Hello, > > Juraj Variny writes: > > Hello, > > > > can you please tell me how to: > > > > 1. Initialize lisp environment in a thread that was already created by > > C/C++ app? Is it possible for it to share existing lisp environment? > > There is

Re: Some thread/GC questions

2016-03-09 Thread Daniel Kochmański
Hello, Juraj Variny writes: > Hello, > > can you please tell me how to: > > 1. Initialize lisp environment in a thread that was already created by C/C++ > app? Is it possible for it to share existing lisp environment? There is an example in examples/embed directory (file hello.c). What do you m

Some thread/GC questions

2016-03-08 Thread Juraj Variny
Hello, can you please tell me how to: 1. Initialize lisp environment in a thread that was already created by C/C++ app? Is it possible for it to share existing lisp environment? 2. Is accessing and modification of the shared lisp environment from a new thread made by (mp:process-run-function)