background processing

background processing

Anonymous
Not applicable
330 Views
2 Replies
Message 1 of 3

background processing

Anonymous
Not applicable
Is it possible to have my addin process data in the background? If it is possible then is it also possible to control how much bandwidth the background process has? Also, can this background process untilize Apprentice? I want to be able to read a bunch of file prop data while Inventor is launching but data reading will take several minutes and I don't want the Inventor UI held captive until the background process is done.
0 Likes
331 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

The Apprentice Server API cannot be used
in-process with Inventor; all calls to this API must be done in a different
process space or its own process space.  Inventor would be completely
unaware of the existence of this other process and therefore would not be
affected by it.

 

Furthermore, the Windows OS would automatically
move the process utilizing the Apprentice Server API to another CPU core
(assuming one is available). 






Брайан Р.
Ивашкевич


style="FONT-SIZE: 14pt; FONT-FAMILY: Verdana">inventor
specialist

0 Likes
Message 3 of 3

Anonymous
Not applicable
Thank you.
0 Likes