-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like a traffic server is already good enough. We do not need another cache server #9
Comments
Seems enough for now. |
is there any equivant service in aws? q.q |
Squid Proxy Cache Server? https://aws.amazon.com/marketplace/pp/prodview-3mzfrlmzpad5i |
I understand about cache another thing is that it's a cache for writes. traffic server can't do it. |
It supports active push/remove:
|
Since there is a powerful opendal as a cache client that deals with object fragmentation and object metadata interpretation.
The server side of the cache becomes a simple key-value-like store.
Thus there is no need to build another service. There is already plenty of software that meets such a need. traffic server is a mature cache server and supports pushing an object to it.
We can just deploy a traffic server cluster as a cache service backend.
Thus this project will be hanging unless any requirements can not be implemented with the traffic server.
@Xuanwo @BohuTANG @flaneur2020 @lichuang @ariesdevil
The text was updated successfully, but these errors were encountered: