Hi,

I have been working on a server using BSD sockets. However, sometimes I'll add a printf for debugging and the server won't accept any requests. Also, this is a server that's multi-threaded using fork(). Some printf statements work okay while others don't. Any Ideas?

Thanks.