I have a client server program and the server displays a lot of debugging data.. but the use of cout seems to slow down the running since my guess is cout is a blocking call.. is there a non blocking call which will write to the screen...

thanx for any help