sunrpc
Can multiple Sun RPC (ONC-RPC) program numbers be used on the same port?
An ONC RPC header contains a program number, version number, and procedure number to identify the call. Normally different RPC programs (services) are implemented by different processes, so the progra[详细]
2023-04-04 12:41 分类:问答SunRPC enable one way messaging (streaming / batching?)
We have some services utilizing SunRPC on Linux (RHEL 4/5) that we\'d like to speed up. Our RPC call require no return value, though by the nature of RPC, an ack is always sent anyway. This introduce[详细]
2023-01-14 00:33 分类:问答Why does an RPC call fail in a C program called from Groovy on Linux?
We have a program, written in C, that uses RPC to communicate with another program (also written in C) on the same Linux server (in some production setups, the second C program would on another machin[详细]
2023-01-13 03:27 分类:问答rpcbind authorization problems
I am using rpcbind (SunRPC) on Arch linux and the Python rpc.py (which use standard python socket module) interface for comunication with it. Every time I try to send a request for registration or unr[详细]
2022-12-26 19:29 分类:问答Sun RPC: transferring binary files
I want to transfer binary files to remote server. I am using SUN/ONC RPC (rpcgen on Linux) for my code. I am using C. I have written code for server and client and it works for text files, but when I[详细]
2022-12-17 03:32 分类:问答