which ipc system do i use on windows?

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

This is a development question, but I don't know where else to put this, so
here goes....

I basically want to register my program as a listener for changes in the
network configuration.
I could poll for the change I want to observe (say by searching the output
of ipconfig every 5 seconds),
but listening for an event generated by the source of the change would be
more efficient. This is usually
provided by an IPC subsystem of the OS (examples linux/unix would be dbus,
dcop or ice) does such a
subsystem exist on Windows? If so, what is its name so I can look up more
info on it?

Thankyou,

Frank
 
This is usually
provided by an IPC subsystem of the OS (examples linux/unix would be dbus,
dcop or ice) does such a
subsystem exist on Windows?

"Usually" was probably not the smartest way to ask the question.
I am open to any other suggestions on how to overcome this problem (except
for polling though! ;) ).

BTW by IPC I mean InterProcess Communication.

Frank
 
Frank said:
"Usually" was probably not the smartest way to ask the question.
I am open to any other suggestions on how to overcome this problem (except
for polling though! ;) ).

BTW by IPC I mean InterProcess Communication.

Frank
You should ask this question in a programmer group.
Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top