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
In my program, I use asyncio in multiprocessing. I don't want to create a separate interface for each process. Can I monitor them all in a single interface?
Describe alternatives you've considered
Maybe the web server can be separate from the aiomonitor class, and the web server starts separately. The aiomonitor instance just sends messages to it.
Additional context
No response
Code of Conduct
I agree to follow the aio-libs Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
No response
Describe the solution you'd like
In my program, I use asyncio in multiprocessing. I don't want to create a separate interface for each process. Can I monitor them all in a single interface?
Describe alternatives you've considered
Maybe the web server can be separate from the aiomonitor class, and the web server starts separately. The aiomonitor instance just sends messages to it.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: