-
Native like, synchronous remote method invocation.
Light
这是一个基于C++ template的面向对象的RPC框架库。-Native like, synchronous remote method invocation.
Light-weighted, clean and easy to use.
Normal C++ syntax for service definition.
1. Supports all c++ native data type and user defined data type.
2. Reference and pointer support.
3. Polymorphism for method parameter and return type.
Type safe.
As the framework is based on c++ template, all type mismatch will be raised at compilation time.
TCP/IP as underlying transportation protocol.
Full conformance to ISO c++ standard.
Unicode support.
- 2022-07-23 07:37:41下载
- 积分:1
-
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来...
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法-under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Las
- 2022-07-08 01:37:37下载
- 积分:1
-
网络购物系统 网上商城的构建与维护以及系统维护
网络购物系统 网上商城的构建与维护以及系统维护-Internet shopping mall network system construction and maintenance and system maintenance
- 2023-02-19 04:30:04下载
- 积分:1
-
网络编程,ir编程
网络编程,ir编程-Network Programming, Programming ir
- 2022-04-21 02:30:26下载
- 积分:1
-
IFO is an acronym for First In, First Out, an abstraction in ways of organizing...
IFO is an acronym for First In, First Out, an abstraction in ways of organizing and manipulation of data relative to time and prioritization. This expression describes the principle of a queue processing technique or servicing conflicting demands by ordering process by first-come, first-served (FCFS) behaviour: what comes in first is handled first, what comes in next waits until the first is finished, etc.
- 2022-01-24 18:39:18下载
- 积分:1
-
netnetnetnetnetnetnetnetnetnetnetnetnet
网站源码 网站源码 网站源码 网站源码 网站源码-netnetnetnetnetnetnetnetnetnetnetnetnet
- 2022-07-14 21:27:40下载
- 积分:1
-
基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习....
基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE:
serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
- 2022-08-23 19:59:14下载
- 积分:1
-
一个类似于网络蚂蚁的断点续传程序。是VC6.0开发的,还有很多不足的地方,希望大家一起完善,我的email:camel_flying@163.com
tha...
一个类似于网络蚂蚁的断点续传程序。是VC6.0开发的,还有很多不足的地方,希望大家一起完善,我的email:camel_flying@163.com
thanks!-A similar network of ants HTTP process. Yes VC6.0 development, there are many deficiencies in the hope that we all sound, my email: camel_flying@163.com thanks!
- 2022-02-05 19:52:39下载
- 积分:1
-
很好……你可以学到更多的东西…
两线程同时监控服务器的两个端口,从其中一个端口接收到得数据都会通过另一端口转发给另一客户端。-It s very good...you can learn much more...
- 2023-04-09 10:50:04下载
- 积分:1
-
UDP通信实例,很简单,是在。NET框架下写的
UDP通信实例,很简单,是在。NET框架下写的-UDP communication examples, very simple in. NET framework written in
- 2022-06-16 17:35:05下载
- 积分:1