Cocoa threads and socket I/O problems
Cocoa threads and socket I/O problems
- Subject: Cocoa threads and socket I/O problems
- From: Holger Bähring <email@hidden>
- Date: Tue, 11 Feb 2003 14:09:56 +0100
I have written a simple program that sends data to a server an the server
sends a status msg back. Client and server are in one program, each in one
thread. When the programm starts, the server thread starts autom. when the
program starts. Now, the user can send data by clicking on the send button;
the send thread starts and sends the data to the server, the server sends a
status msg back.
Now the problem :)
this works only with small amount of data and only once :(
When i want to start sending data next time, the send thread doesn't start :(
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.