How scalable do you think manas can / should be? #58
argahsuknesib
started this conversation in
General
Replies: 1 comment
-
Essentially, it has to make ipc calls to backend. And performance depends on the backend used. If it FS, depends on number of file handles available, etc. We may add a caching layer too in assembled server. I should soon create proper bench marks to understand proper characterestics with the backend. Can you run the binary in debug mode, and post full error report? And till how many requests, it is working fine? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I did some experiments on the amount of concurrent requests the manas server (no authentication, file-based) and around 700 requests (on the same resource) I get this error.
The experiments were done locally (the client, server on the same machine).
As the server is made in rust, I would expect it to be performant and be able to handle more requests. Do you think of some immediate bottlenecks, which might be causing the problem?
What do you think can be an achieveable number by the server in future?
Beta Was this translation helpful? Give feedback.
All reactions