concurrent requests
-
how many concurrent requests can be made at the same time.
Server Features:
Linux Debian 8
Ram 8GB
2 processorsDoes performance improve with the change from config to pruduction?
Is there any cache feature?
-
It depends on your reports. The best it to try it out, make some kind of a load test in your environment and see.
You should read how we scale jsreport
https://jsreport.net/blog/reporting-service-infrastructure-and-performanceHow you can set up such cluster now
https://jsreport.net/blog/performance-impacting-change-in-v08and play with
http-server
andphantom-server
strategies and set upnumberOfWorkers
to fit your needs.
In the end you should be able to serve many many requests in parallel from the same machine.
-
Does performance improve with the change from config to pruduction?
I think there is no massive improvement if you switch to production.
Is there any cache feature?
We cache by default the templates from file system. And we also cache the compiled templates from templating engine.
-
This post is deleted!
-
Thanks jan