Tornado TCP Program
Introduction
What' the tornado?
ioloop
ioloop的基本函数
ioloop的回调函数
ioloop相关函数说明
what' the iostream?
BaseIOStream的相关接口
baseIOStream的相关函数以及IOStream类
Tcp Client和Tcp Server
一个简单的TCPServer
what's the RPC?
RPC on my server
RPC on my client
解读Tornado
epoll
epoll的CPU和内存消耗
tornado在TCP层里的工作
tornado TCPServer的设计解读
ioloop分析
让我们实战吧
正确关闭服务器的姿势
自动收集rpc函数
和数据库的那些事
跟多线程搞一些事情
tornado和celery很配呦
监控你的api
Powered by
GitBook
what's the RPC?
what's the RPC?
RPC(Remote Procedure CallProtocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。
简单来说rpc就是client在不知道任何底层实现的情况下,可以直接调用server的函数方法;而server也可以直接调用client的函数。
百度给出的流程图:
简单了解了什么是rpc,下面我就来在我们的server和client来实现rpc的功能。
results matching "
"
No results matching "
"