Need to multithread the LANSA IDE

Please log all suggestions for improvements and enhancements to Visual LANSA here. Entries may be acknowledged and may be added to the list for possible inclusion in later releases of Visual LANSA.
Post Reply
LANSAfolks
Posts: 49
Joined: Thu Oct 10, 2019 9:32 am

Need to multithread the LANSA IDE

Post by LANSAfolks » Tue Aug 17, 2021 3:48 am

There's a big need for the LANSA IDE to multithread operations such as much as possible. e.g.
1. When updating a VCS install with all the changes coming from a master repository. On a single thread (as it runs today), it takes 6 to 8 hours to refresh my partition, which is just too long. It would be great if that operation was split up across multiple CPU threads.
2. Importing using LIMPORT can be multithreaded and the database commit can happen at the very end (via a driver process).

Post Reply