RE: Searching for socket API thread based
RE: Searching for socket API thread based
- Subject: RE: Searching for socket API thread based
- From: email@hidden
- Date: Tue, 7 Feb 2006 12:58:20 +0100
- Thread-topic: Searching for socket API thread based
Does this have to be Cocoa / Objective-C based?
I'm using a nice one in C++ at present called ACE, the only problem with
it is it's steap learning curve (well, I found it to have one anyway).
It would fit nicely into a threaded model (and in fact, has loads of
support for just this case). Obviously, your downside is that you'll
need to pull the ACE distribution, compile it for the Mac, and get the
shared object library into your bundle's Frameworks directory... it's
all 'monkey work', nothing hard really.
Of course, this is just massive-assumption on my part... You might not
want C++ code in your program. Hmmm, which makes me wonder how hard it
would be to integrate stuff from F-Script or the Python stuff...
John
-----Original Message-----
From: cocoa-dev-bounces+john.clayton=email@hidden
[mailto:cocoa-dev-bounces+john.clayton=email@hidden] On
Behalf Of Andrea Salomoni
Sent: Dienstag, 7. Februar 2006 12:08
To: email@hidden
Subject: Searching for socket API thread based
Hi,
I'm trying a lot of different socket classes, but all NSRunLoop based.
I don't like this solution, because I need a thread based and without
exception system socket.
Is there someone able to give me a link?
I thought to use CFNetwork Apple's system, but I think is runLoop based
too...
Thank you for your kind support
Andrea
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Visit our website at http://www.ubs.com
This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses. The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission. If
verification is required please request a hard-copy version. This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden