strange problem with socket.accept()
Daniel Giddings
danielg at microforte.com
Wed May 30 18:04:34 PDT 2007
Charma wrote:
> thanks!
> this did fix the problem... I didn't know that writef is writing to
> buffer only...
>
No probs, in most languages the output is buffered by default as it is
very inefficient to write to the console (or file) with every write
call. So it will decide to flush the buffer periodically, but that would
only happen when you call an ouput function.
:-) Dan
More information about the Digitalmars-d-learn
mailing list