Re: Threading problem using AsyncSocket (Matthew Youney)

2008-08-15 Thread jonathan
all feedback, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 14, 2008 5:04 PM To: cocoa-dev@lists.apple.com Subject: Re: Threading problem using AsyncSocket (Matthew Youney) I don't know about your threading problem b

Re: Threading problem using AsyncSocket (Matthew Youney)

2008-08-15 Thread jonathan
ssage- From: cocoa-dev-bounces+matt=youney. [mailto:cocoa-dev-bounces+matt=youney.]On Behalf Of Sent: Thursday, August 14, 2008 5:04 PM To: Subject: Re: Threading problem using AsyncSocket (Matthew Youney) I don't know about your threading problem but surely the whole point of AsyncSocket

RE: Threading problem using AsyncSocket (Matthew Youney)

2008-08-14 Thread Matthew Youney
Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 14, 2008 5:04 PM To: cocoa-dev@lists.apple.com Subject: Re: Threading problem using AsyncSocket (Matthew Youney) I don't know about your threading problem but surely the whole point of AsyncSocket is the Async bit. It is designed to attac

Re: Threading problem using AsyncSocket (Matthew Youney)

2008-08-14 Thread [EMAIL PROTECTED]
I don't know about your threading problem but surely the whole point of AsyncSocket is the Async bit. It is designed to attach itself to the runloop and remove the need for blocking sockets etc on threads. I use AsyncSocket extensively within the main thread and it can handle multiple conne