You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With py3.11 using P4P with asyncio. Connecting to a large number of channels too longer than I expected. Turning on asyncio debugging shows many repetitions of:
I haven't seen this before, but I do recall performance issues when doing large numbers of call_soon_threadsafe(). My strategy was to copy the wakeup code from cothread and adapt for asyncio.
With py3.11 using P4P with asyncio. Connecting to a large number of channels too longer than I expected. Turning on asyncio debugging shows many repetitions of:
@coretl Does this look familiar? I recall your mentioning seeing a scalability issue with asyncio
call_soon_threadsafe()
.The text was updated successfully, but these errors were encountered: