Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Options to Deploy IW 15 apps
#3
First let's make some concepts clear.
A Windows service is a IW application with no GUI. What you call Stand Alone is the same application, but with a GUI which makes much simpler to debug. I don't recommend GUI-based apps in production, EVER.
Both Indy-based servers or Http.sys based servers can be deployed as windows services and GUI (stand alone) applications. You can convert from an Indy-based GUI application to a Http.sys service application (or any other configuration) changing exactly 2 lines of code in your DPR file.

The Http.sys application has better performance (better than anything hosted in IIS, for instance), but Indy is easier to debug and other things are simpler (e.g. installing certificates).

Regarding the hosting plan... if you are able to install a windows service on it with access to common windows infrastructure, I think you are good to go.
Reply


Messages In This Thread
Options to Deploy IW 15 apps - by FAlvarado - 06-19-2020, 05:08 PM
RE: Options to Deploy IW 15 apps - by kudzu - 06-19-2020, 08:04 PM
RE: Options to Deploy IW 15 apps - by Alexandre Machado - 06-19-2020, 08:06 PM
RE: Options to Deploy IW 15 apps - by FAlvarado - 06-19-2020, 09:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)