Hi,
I am trying to send big buffer using RPC call. to do that I used to divide the buffer and send it many time . I read about the synchronous bulk transfer, by using shared memory with the synchronous RPC. are there any samples about using this method.
best