开发者

Help Socket Programming

In my application I fetching the updated data in every 25 second… but some time my application crashes while fetching the updated data.. to resolve this we are planning to use socket connection for live upd开发者_如何学编程ates

I am tried to find any sample application for socket connection or socket communication in ADC Library platform but found no any sample application related to this

Socket programming is new for me. Can any body help me in socket programming or can provide me some link related to it.

Thanks Amit Battan


The primitives used in Socket programming depend completely on the programming language and platform you are using. Actually a better term would be network programming. A "socket" is a significant entity in the network programming world but it's a big world which includes a host of concepts. For network programming using the C programming language in a Unix-like (Unix, Linux etc.) platform, you might want to consider "Unix Network Programming" by the legendary Richard Stevens.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜