Skip to main content
Solved

Where do WebUI procedures get executed?

  • November 8, 2023
  • 1 reply
  • 46 views

MattC
Forum|alt.badge.img+3

Hi all,

 

I am considering migrating a heritage WinUI app to WebUI. One of the reasons for this is that there are quite some intense calculations currently being run on user machines. When I migrate to WebUI, and the user presses a button to run a procedure, is that procedure executed on local host machine, or is it executed using server resources?

Best answer by sandervlot

Hi Matt, it is run on the server, see the “Data Session” block in this picture from https://documentation.aimms.com/pro/architecture.html

A data session is solver-less. The data session is actually run on the client computer when running the desktop client, and run on a PRO Server when running a WebUI app.

 

 

1 reply

sandervlot
AIMMS Partner
Forum|alt.badge.img+4
  • AIMMS Partner
  • 20 replies
  • Answer
  • November 8, 2023

Hi Matt, it is run on the server, see the “Data Session” block in this picture from https://documentation.aimms.com/pro/architecture.html

A data session is solver-less. The data session is actually run on the client computer when running the desktop client, and run on a PRO Server when running a WebUI app.

 

 



Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator