Tag Archives: ipc

Single instance per session application with argument passing

Suppose you want to create an application which you want to limit to a single running instance, like some image viewers do for example. Also, you need different users on a Terminal Server not to conflict with each other. Oh, … Continue reading

Posted in Software Development | Tagged , , , | Leave a comment