ub: ubcore add handle create tp req
driver inclusion category: feature bugzilla: NA CVE: NA -------------------------------- Ubcore add handle create tp req, which allows ubcore to handle request of tp creation. The TP link establishment process varies according to the transport mode and transaction type. Transport mode: - RC Reliable Connection: A one-to-one binding relationship is established. Messages can be sent only to the bound Jetty and segments in the target process can be accessed. - RM Reliable Message: Multiple connections are established between Jetty/jfs and jfr. Messages can be sent to jetty/jfr of different target processes on multiple nodes, and segments of different processes on multiple nodes can be accessed. - UM Unreliable Message: There is no connection relationship between Jetty/jfs and jfr. Messages can be sent to jetty/jfr of different target processes on multiple nodes. Unilateral semantics are not supported. Transaction type: there are 2 different types, jfs/jfr and jetty. Signed-off-by:Guoxin Qian <qianguoxin@huawei.com> Signed-off-by:
Yizhen Fan <fanyizhen@huawei.com>
Loading
Please sign in to comment