2 years ago
#64902

Pulle
How do i share the same context with mutiple different processes?
After creating a Server-Client based application, i wrote a simple CLI application for managing the server-instance with actions like startListening, stopListening, getLogs, listClients and so on. Now it would be usefull for the user to open multiple terminals for observing and managing the server at the same time.
This brought me to the question on how to archieve this, since by now the server-instance is bound to the console-application process.
How do i share the server-instance to mutiple different processes?
Things i thought of were: making the server-instance a service with simple interface or implement inter-process communication, but i don't know if it would overshoot the mark.
c#
.net
service
command-line-interface
ipc
0 Answers
Your Answer