You are not logged in.
Pages: 1
Hi I am building a cloud application using delphi xe10 tokeyo to build restful web services as my back end. I am expecting high access to the application. I went through your platform since some time ago and I read your documentation To be honest it is more than great... But I have 3 concerns
First my product shall work on both linux and/or windows
What about performance and stability using your platform since you depend on mORMot web server and not IIS/apache, and how I can do stress test
The learning curve is high and consume too much time to utilize your platform in the best way, do you provide support service during our project and coaching using your platform, and if yes what is the charges
Regards
Offline
Performance and stability is high under Windows and Linux.
It is used on production 24/7 servers, with a high number of concurrent connections (>20K).
Under Windows, the http.sys server used is the same as IIS, without the IIS layer. So it is actually faster.
Under Linux, the idea is to put a nginx reverse-proxy on the same server computer. The framework HTTP server uses a thread pool so performance and stability will also be very high.
When compare e.g. to DataSnap, check https://robertocschneiders.wordpress.co … sts-part-2
Check sample 21 for performance test.
See https://synopse.info/files/html/Synopse … tml#TITL_4
BTW a lot of such questions are already answered in the documentation.
We could offer support for a new application, of course.
See https://synopse.info/forum/viewtopic.php?pid=5998#p5998
Charges vary on content, place and operation mode.
Offline
Pages: 1