aye. Though one other thing to keep in mind if is your idea is to leverage async/multithreading to do searches or data lookups, in the NS space those are still all calls to a single shared database behind the scenes. So you still have the database contention issue and your async code may all be for naught in that case.