ā11-29-2007 08:36 AM
ā11-29-2007 08:50 AM
ā11-29-2007 09:04 AM
Thanks for the quick responce.
The serial processing is ensured by the error cluster in the first two filters.
Putting the two parallel filters in two separate sequence structures does not help on execution speed (just tried it).
/Simon
ā11-29-2007 09:14 AM
ā11-29-2007 09:43 AM
Having converted to 8.5 (where it is possible to assign to a cpu) and using timed sequence selecting cpu 0 and 1 respectively I found no performance improvements.
Again reentrant execution was selected and the dll run in the UI thread (it was very slow in the parallel case when any thread was selected)
I wonder why this seems so hard. Is reentrant execution not posible for this dll? (or just the function in the dll)
By the way I corrected the error in the image naming scheme, and wired i into "Number to decimal string". It didnt change anything though (speed vise).
/Simon
ā11-29-2007 01:10 PM
ā11-30-2007 06:53 AM