I've found that my chat/file transfer program seems to crash when transfering files. All I do is read from the file, send a chunk (1024 characters), and wait for the other program to ask for the next. (repeat)
I figure there's just so much data being sent (this is from myself to myself) that it crashes one of the clients, or even the server program in between.
Common problem?
