Re: Running only one instance of the app
AnimusPEXUS via Digitalmars-d-learn Sat, 04 Dec 2021 02:45:56 -0800
If I would need to solve this question, I'd used pipe files or
unix files. Simply create one from main instance and reply some
`{"status": "running"}` json to it and try reading this pipe in
app start
- Running only one instance of ... Bagomot via Digitalmars-d-learn
- Re: Running only one ins... Steven Schveighoffer via Digitalmars-d-learn
- Re: Running only one... Bagomot via Digitalmars-d-learn
- Re: Running only one ins... Imperatorn via Digitalmars-d-learn
- Re: Running only one ins... AnimusPEXUS via Digitalmars-d-learn