You are not logged in.
Pages: 1
hi,ab
how to make many servers separately work together?
thanks.
Offline
thanks,
got the documentation,but it seems not a piece of cake.
Offline
i v got the exactly place of "hosting",and it is easy. i mean it is not so easy to understand "hosting".
thanks again,and i will try once more...
Offline
Yes, the right hosting solution will depend on your application need.
Read the "Domain Driven Design" paragraphs, which will let you find how multiple client-server layers can coexist.
In fact, mORMot is powerful enough to have as many servers as needed, for better scaling.
For instance, you may use a TSQLRestServerRemoteDB class to let all SQLite3 storage be hosted separately, or create a HTTP server for outside Services (i.e. the Application layer), but with a fast GDI communication for communication with the Domain layer and the DB layer.
You may have external services, in their own server instance, for some dedicated process (like report generation, or direct use of an external DB via legacy code).
Offline
Pages: 1