Hi there,
I just wanted to find that is the call to a TOb.save multithreaded or is it searlized call ? Here is the Use case which I have
I have an import program which imports files, when save is called the TBO kicks in and calls the SBO. To speed up things I created a multi threaded process which will actually do the import . Each Thread calls the TBO now. What I see is that the bottle neck is always in the TBO. Rather than decreasing the time from 100% to 50% or atleast 75% I don't see any significant improvements in time. So just trying to find out what would be the best way to architecture it ?
Thanks
- Harjit