S
source
I have two exes and would like to share a simple boolean variable among two
exes. The client will setup the value for hte boolean while the server will
read
it.How do I do that?
I have a Server.exe and I have a client.exe
Client.exe setups the value and I want my server.exe to read it.
I do not want to save to a file/db, I want to do it on the memory level.
Any pointers will be helpful
source
exes. The client will setup the value for hte boolean while the server will
read
it.How do I do that?
I have a Server.exe and I have a client.exe
Client.exe setups the value and I want my server.exe to read it.
I do not want to save to a file/db, I want to do it on the memory level.
Any pointers will be helpful
source