[python-win32] Dispatch command hangs

Tim Roberts timr at probo.com
Fri Aug 16 01:20:36 EDT 2019


On Aug 15, 2019, at 9:28 PM, Joel Gross <jagj10 at gmail.com> wrote:
> 
> Yeah I'm calling CoInitialize. I can give CoInitializeEx a shot, but there's no clear-cut way to set a priority for Dispatch? I'm not sure how these objects are handled internally, is it just a regular queue?

Is this an out-of-process server, so you’re receiving requests from other processes?  If so, then I think you’re seeing RPC (Remote Procedure Call), which marshals the parameters back and forth, and I believe those are all first-come first-served.
— 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list