B
Bob
I had posted an inquiry under another thread, but I guess it was not
noticed. A couple Q's for anyone familiar with the new
Named Pipes classes:
Is there an easy way to run asynchronously... to block the thread
until data is received? (Most sample code uses "while (true)" polling
loops which would waste CPU cycles)
Also, is there a convention for which program is the 'server' and
which is the 'client'? The limited sample code that I've seen set up
the transmitting program as the client, but I'm not sure what
difference that makes.
noticed. A couple Q's for anyone familiar with the new
Named Pipes classes:
Is there an easy way to run asynchronously... to block the thread
until data is received? (Most sample code uses "while (true)" polling
loops which would waste CPU cycles)
Also, is there a convention for which program is the 'server' and
which is the 'client'? The limited sample code that I've seen set up
the transmitting program as the client, but I'm not sure what
difference that makes.