NSFileHandle and non-blocking sockets
NSFileHandle and non-blocking sockets
- Subject: NSFileHandle and non-blocking sockets
- From: Adrian Rutledge <email@hidden>
- Date: Mon, 15 Jul 2002 19:52:02 -0500
Well, I'm trying again with a single threaded design. Or at least, no
explicit multiple threading (I don't mind the implicit threading with
-readInBackgroundAndNotify on NSFileHandle.) Anyway, I create the
socket with the low-level calls and set it non-blocking with fcntl(),
will that break NSFileHandle's writeData: and readInBackgroundAndNotify:
code? I tried google and couldn't find any answers for this.
Sorry for all the messages, I'm sure most of these have been answered
before.
-Adrian Rutledge
_______________________________________________
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.