How to host python micro-services on windows machine?

oliver oliver.schoenborn at gmail.com
Mon Dec 10 07:54:45 EST 2018


You might also find that
https://www.raymond.cc/blog/keep-application-running-by-automatically-rerun-when-closed/
lists some useful options.

But most solutions I read about for Windows seem to be based on its
Services subsystem and its ability to restart and control how many time to
retry.

On Mon., Dec. 10, 2018, 07:17 oliver, <oliver.schoenborn at gmail.com> wrote:

> There are a few options in https://stackoverflow.com/q/7629813/869951,
> esp the third answer.
>
> On Mon., Dec. 10, 2018, 02:41 , <siddhesh at erpdata.cloud> wrote:
>
>> I am developing some micro-services in python. I want to host that
>> micro-services on windows machine. For ubuntu I am using Supervisord. What
>> should I use for Windows ? Please help
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
> --
> Oliver Schoenborn
>   || Cloud Application Engineer, Owner || Sentian Software Engineering ||
> Ottawa, ON, Canada
>   || +1-613-552-4466 (mobile) || @schollii2 (Twitter) || schoenborno (
> Skype)
>   || LinkedIn <https://linkedin.com/in/oliver-schoenborn> || StackOverFlow
> <https://stackoverflow.com/users/869951/oliver> || CodeProject
> <https://www.codeproject.com/Articles/schollii#Tip> || GitHub
> <https://github.com/schollii>
>
> --
Oliver Schoenborn
  || Cloud Application Engineer, Owner || Sentian Software Engineering ||
Ottawa, ON, Canada
  || +1-613-552-4466 (mobile) || @schollii2 (Twitter) || schoenborno (Skype)
  || LinkedIn <https://linkedin.com/in/oliver-schoenborn> || StackOverFlow
<https://stackoverflow.com/users/869951/oliver> || CodeProject
<https://www.codeproject.com/Articles/schollii#Tip> || GitHub
<https://github.com/schollii>



More information about the Python-list mailing list