#1 2018-01-31 11:25:57

kifah
Member
Registered: 2016-11-28
Posts: 10

mORMot for RES on Cloud application

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

#2 2018-01-31 14:01:19

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,272
Website

Re: mORMot for RES on Cloud application

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

Board footer

Powered by FluxBB