Notes
Search
⌃K
Notes
Search
⌃K
Introduce
Go
Grammar
System Library
Concurrency in Go
The Go Memory Model
Code Snippet
Rust
The Rust Programming Language
Rust by Example
JAVA
Preface
Grammar
Class Libraries
Collection
Stream
IO
NIO
RMI
Concurrency
JVM
Web Container
Spring
Tuning
Computer Science
Computer Organization
Algorithm
Network Protocol
Operating System
Design Patterns
Distributed System
database
InfluxDB
MySQL
Redis
Elasticsearch
HBase
Kafka
ZooKeeper
Reading
RocketMQ
演说之禅
So Good They Can't Ignore You
学会提问
Lecture
Other
v2ray
Kubernetes
Git
Maven
Anaconda And Conda
Fuck! Shit!
Open source contribution
Powered By
GitBook
RMI
RMI(Remote Method Invocation)是 JDK 自带的 RPC 框架,是纯 Java 网络分布式应用系统的核心解决方案。
实现了一台虚拟应用对远程方法的调用可以同对本地方法的调用一样。
实现原理
性能问题:
Java 默认的序列化,性能不是很好。
计划于 TCP 短连接。
阻塞式 I/O。
Previous
NIO
Next - JAVA
Concurrency
Last modified
3yr ago