|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 09 > 07 > Telegram_2020-09-07T21 |
2020-09-07T21:11:35
the GUI version shouldn't be used in production. That's service job
2020-09-07T21:12:07
Of course you can use it in production but only in very specific situations, not as a general purpose, one-size-fits-all solution
2020-09-07T21:12:43
GUI needs a logged user. That's a major drawback. And also the load that it handles is not comparable to a service
2020-09-07T21:14:25
but if you have a logged user 24x7 and a low load (I would say, a few dozen users) then it should be fine. But if you feel that performance is not satisfactory, then it would be time to switch to a service. Please note that the service is also a \stand alone\ server application because it doesn't require anything other than Windows common infrastructure (even the Http.sys server)