U
UJ
What's the easiest way to send a 'message' to another program running on the
machine. All I need to do is send a message saying that something has
happened. The other program should be able to figure out based on the
message what to do.
I'm currently using Message Queues but it's turning out I don't really need
it and our customers don't always have it so we have to install it.
What I'm looking for I guess is a semaphore or a trigger...
Any ideas?
Thanks.
J.
machine. All I need to do is send a message saying that something has
happened. The other program should be able to figure out based on the
message what to do.
I'm currently using Message Queues but it's turning out I don't really need
it and our customers don't always have it so we have to install it.
What I'm looking for I guess is a semaphore or a trigger...
Any ideas?
Thanks.
J.