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
The key this is for this not to interrupt throughput. A nice way to do it might be to drop something in each target's event loop for it to pick up when it's ready; need to ensure it cannot run parallel with GC and shutdown. The implementation of this is linked to mapping targets to http.Handlers.
Low priority as this is not a problem we currently have.
The text was updated successfully, but these errors were encountered:
The key this is for this not to interrupt throughput. A nice way to do it might be to drop something in each target's event loop for it to pick up when it's ready; need to ensure it cannot run parallel with GC and shutdown. The implementation of this is linked to mapping
target
s tohttp.Handler
s.Low priority as this is not a problem we currently have.
The text was updated successfully, but these errors were encountered: