lab1
October 21st, 2004, 10:11 AM
Hello all,
I have 4 console applications talking to one another.. and they all have a lot of cout's in them, so they are always printing to the windows.
the way they communicate is UDP, and they are all running on the same machine..
now, Ive noticed that certain times, some of them are missing the UDP/ip messages to each other.. I know the messages are making it out to the network though, because some of the applications see them, but them one or two might not.
Ive noticed that if I cut out all the cout's, that this doesnt happen anymore..
could the I/O (couts) be affecting the UDP messages?
Thanks!
I have 4 console applications talking to one another.. and they all have a lot of cout's in them, so they are always printing to the windows.
the way they communicate is UDP, and they are all running on the same machine..
now, Ive noticed that certain times, some of them are missing the UDP/ip messages to each other.. I know the messages are making it out to the network though, because some of the applications see them, but them one or two might not.
Ive noticed that if I cut out all the cout's, that this doesnt happen anymore..
could the I/O (couts) be affecting the UDP messages?
Thanks!