-
Notifications
You must be signed in to change notification settings - Fork 414
shared cache meeting 20201007
mefyl edited this page Oct 7, 2020
·
1 revision
- Andrey Mokhov (@snowleopard)
- Jérémie Dimino (@jeremiedimino)
- Quentin Hocquet (@mefyl)
- Performance where improved with HTTP keep-alive, but it's probably not as fast as could be.
- An experiment was made with H2, but Quentin couldn't get it to work correctly.
- We will switch to an async-rpc implementation to ensure we quickly get results. This will also ease krb integration.
- On the JS side, we could try again with Jenga just to make sure the system is functional and there is no race condition somewhere else.