I
info
Hello,
The problem is to acquire image data and process them in
parallel on a Windows 2000 system.
So I am thinking of two threads. First thread is puting
all the image data into a std::queue and a second thread
is reading out the image data and is processing them.
Processing the data might be much slower than acquiring
it, that is why the memory consumption can possibly grow
up to 1.5 GByte worst case.
Will i'm facing problem with that solution?
Can OS provide that if i have physicly 2 GByte RAM.
(sorry for beeing slightly off topic, if s.o. think so pls.
recomment an other newsgroup)
bernd
The problem is to acquire image data and process them in
parallel on a Windows 2000 system.
So I am thinking of two threads. First thread is puting
all the image data into a std::queue and a second thread
is reading out the image data and is processing them.
Processing the data might be much slower than acquiring
it, that is why the memory consumption can possibly grow
up to 1.5 GByte worst case.
Will i'm facing problem with that solution?
Can OS provide that if i have physicly 2 GByte RAM.
(sorry for beeing slightly off topic, if s.o. think so pls.
recomment an other newsgroup)
bernd