المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Winsock Library Recommendation? [modified]



C# Programming
03-05-2010, 02:01 AM
Might someone recommend a good Winsock library that makes client/server communication easy? Commercial OK.

Although I'm sure the ones here on CodeProject are good, my project requires something bulletproof.

Anyone familiar with a good one?

I'm looking for something that has an API similar to that of a message-oriented named-pipe, but that, of course, works across the internet.

MSMQ is a bit more robust than I had in mind. I just want to pass messages between applications running on different machines separated by the internet.

It has to make asynchronous comm easy.modified on Thursday, March 4, 2010 4:29 PM