Romanof123 / document

0 stars 0 forks source link

Inter process Communication5 #9

Open Romanof123 opened 4 years ago

Romanof123 commented 4 years ago

Multi-Part Messages

멀티 파트 메세지는 뭔가?

MsgSendv 변셩

server side도 MsgReceviev() 도 있다.

사이즈를 모를때 전송하는법

client에게 분할 write하는방법

위두개를 조합하여 여러 데이터를 받을수있다.

우선순위는 어떻게 쓸까??

우선순위 낮은데 실행되는 역전현상

reply는 아무때나 가능하다.

client 에도 channel을 만들수 있다. 양쪽다 server가 될수 있다.