I'm working on an extremely performance sensitive project and we're trying to get everything we can out of it. One of the options we are discussing is using multithreading to improve performance. I want to be clear that I do mean multithreading and not multiprocessing, because shared memory space between the threads will be necessary. Is there any mechanism that SAP/ABAP provides in support of this?
↧