G
Guest
Hi,
I am writing an application that contains a number of modules/classes,
Class A, Class B, Class C, Class D.
The structure of my program is like a pipeline.
i.e input comes into Class A is processed and then passed to Class B which
is processed and then passed to Class C which is processed and passed to
ClassD.
The performance of the app is very important so as soon as data is processed
in one module/class it should be passed to the next as quickly as possible to
be processed.
I'd appreciate any suggestions on how to achieve the above
Thanks In Advance,
Macca
I am writing an application that contains a number of modules/classes,
Class A, Class B, Class C, Class D.
The structure of my program is like a pipeline.
i.e input comes into Class A is processed and then passed to Class B which
is processed and then passed to Class C which is processed and passed to
ClassD.
The performance of the app is very important so as soon as data is processed
in one module/class it should be passed to the next as quickly as possible to
be processed.
I'd appreciate any suggestions on how to achieve the above
Thanks In Advance,
Macca