networking question

2008-04-10 Thread Valentin Dan
Hi, What’s the best way to create a connection to a server in Cocoa + Objective-C ? Is there another way than BSD sockets or CFSocketRef ? ___ Valentin Dan, Software Developer Direct: +1 905 886 1833

RE: networking question

2008-04-10 Thread Valentin Dan
16:52 To: Valentin Dan Cc: cocoa-dev@lists.apple.com Subject: Re: networking question On 10 Apr 2008, at 14:24, Valentin Dan wrote: What’s the best way to create a connection to a server in Cocoa + Objective-C ? It depends what you're trying to achieve. If your server is also implemented

Re: networking question

2008-04-10 Thread Alastair Houghton
On 10 Apr 2008, at 15:22, Valentin Dan wrote: A few more details :) - server: Windows (so absolutely not Cocoa) - communication : XML messages (need to both send receive messages) What kind of XML messages? Over what kind of transport? HTTP? Something else? XML on its own is just a