On Tue Sep 13 22:11:38 2022 +0000, Esme Povirk wrote:
Wouldn't this cause hangs in a single remote application to block requests from all threads? On Windows, I had to have Xalia use multiple request threads to account for slow applications, and I don't think that will work with this implementation.
Hm... I'm not sure I understand what you're asking. We're passing the node to an MTA to be marshaled, which for remote applications means that all calls to the COM interface are done on threadpool threads. There shouldn't be any blocking in this case.