Python Asyncio Server migration thread pool
to grpc.io
Hello,

I'm trying to optimize a grpc.aio.server, but the docs confuse me: 
https://grpc.github.io/grpc/python/grpc_asyncio.html#grpc.aio.server. 
Specifically the following part:

migration_thread_pool (Executor | None) – A futures.ThreadPoolExecutor to 
be used by the Server to execute non-AsyncIO RPC handlers for migration 
purpose.


In my situation I have not added any custom RPC handlers and I'm using 
asyncio. I'm wondering what the migration purposes are and if, in my 
situation, I should leave this argument None or not and what the trade-off 
is if there is any. I wish my request be given favourable appreciation.

Regards,

Maya

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/aed14502-bee5-4d91-839a-95bb8e344990n%40googlegroups.com.

Reply via email to