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).