I suspect that access to EO context is slower than Queue Context? Is it true? Why?
The maximum size of Queue Context is limited to a very small number of bytes? Can it be changed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
EO context and queue context are simply pointers to anything to want, you decide the size & content of the data pointed to by the contexts. So no size limitation set by EM. Also the access times are totally dependent on your application configuration and caching behaviour, EM does not touch the contexts in any way other than providing the pointers.
/carl
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I suspect that access to EO context is slower than Queue Context? Is it true? Why?
The maximum size of Queue Context is limited to a very small number of bytes? Can it be changed?
Hi,
EO context and queue context are simply pointers to anything to want, you decide the size & content of the data pointed to by the contexts. So no size limitation set by EM. Also the access times are totally dependent on your application configuration and caching behaviour, EM does not touch the contexts in any way other than providing the pointers.
/carl