Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why are RDM Servers Server Extensions valuable in situations that require networked clients including thin clients and mobile devices?

0
10 Posted

Why are RDM Servers Server Extensions valuable in situations that require networked clients including thin clients and mobile devices?

0
10

A client application calls a server extension, which is based on the server, using a single remote procedure call. This launches application and database processing (usually a C/ C++ code based on the RDM Server record-level API) that executes on the server machine. When this processing is complete, only the result set is returned to the client application. The benefit lies in reducing the network traffic by eliminating calls to the database over the network. It also leverages the server’s processing power, and places application logic in a central place for simpler updates.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123