HI, All
I'm trying to make a B4J server app as Windows service, for the first time.
1) Now my app is UI, with a form interface.
2) But constant background work is required after any PC restart.
3) But the UI is also needed sometimes for manual setup, preparing the data for app work.
So, should it be a service on a Windows OS ?
What is wrong in my next text ?
* Server app must use "StartMessageLoop"
* "StartMessageLoop" is applicable only to the non-UI apps.
* Only a non-UI app can be a Windows background service
* If only Windows OS is needed: a server OS version is not the must for the background service. Regular OS version is also OK for Windows service running. (BTW, what Windows OS version now should be chosen for cheapest server solution, for 1-2 users only ?)
All these correct ?
If yes - how to add a required, but rarely used UI to such app ?
I'm trying to make a B4J server app as Windows service, for the first time.
1) Now my app is UI, with a form interface.
2) But constant background work is required after any PC restart.
3) But the UI is also needed sometimes for manual setup, preparing the data for app work.
So, should it be a service on a Windows OS ?
What is wrong in my next text ?
* Server app must use "StartMessageLoop"
* "StartMessageLoop" is applicable only to the non-UI apps.
* Only a non-UI app can be a Windows background service
* If only Windows OS is needed: a server OS version is not the must for the background service. Regular OS version is also OK for Windows service running. (BTW, what Windows OS version now should be chosen for cheapest server solution, for 1-2 users only ?)
All these correct ?
If yes - how to add a required, but rarely used UI to such app ?