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
against a Viceroy forwarding service, vs the same against the backend URL directly. On Linux, the two reliably produce similar timings, while on macOS the Viceroy service takes 2-3x as long as going directly to the backend.
The text was updated successfully, but these errors were encountered:
For posterity: one thing that #100 changes is that we load up certificates once, at the beginning of execution, rather than every time we connect to a backend (which was implicitly happening by allocating a hyper_rustls connection). That, unsurprisingly, was adding quite a bit of overhead.
A simple proxy service that forwards a request upstream adds significant overhead on macOS, but not on Linux.
Can be reproduced by trying:
against a Viceroy forwarding service, vs the same against the backend URL directly. On Linux, the two reliably produce similar timings, while on macOS the Viceroy service takes 2-3x as long as going directly to the backend.
The text was updated successfully, but these errors were encountered: