Re: Single D app entered multiple times from command line

2019-09-23 Thread Vladimir Panteleev via Digitalmars-d-learn
On Monday, 23 September 2019 at 19:14:15 UTC, Brett wrote: I imagine I could potentially create a separate process that has a communication layer between it and the D program but I'm hoping it would be less work. You're pretty much describing a client-server design. A lot of software does wor

Single D app entered multiple times from command line

2019-09-23 Thread Brett via Digitalmars-d-learn
Is there a way too have a single D process run and be called multiple times from the command line without too much work? Basically any time the process is called by the command line it will "enter" only one process... and if that process is being debugged the entries can be debugged too. E.g