Top "Rpc" questions

Remote Procedure Call (RPC) is an approach to interprocessor or distributed communication wherein a set of services or procedures are exposed to remote clients.

Registering a 32 bit DLL with 64 bit regsvr32

Considering the following Understanding A 32 bit Process cannot load a 64 bit dll or vice versa. For registering/unregistering a DLL …

c++ windows com rpc
How to return an array in Protobuf service rpc

I have the following schema in my .proto file: service MyService { rpc GetItem (ItemQuery) returns (Item) { } } message ItemQuery { int id = 1; } …

protocol-buffers rpc
"The RPC server is unavailable" using WMI query

I have a workgroup of web servers running Server 2008 R2 in which I'm trying to manage a script that checks …

c# asp.net wmi rpc wmi-query
Error on trying to run a simple RPC program

I am trying to run a simple RPC program which I have created using rpcgen. Its a simple factorial program. …

c ubuntu rpc
RPC Authentication error

Last week I was using RPC and could run my RPC server program just fine. However, today I tried to …

authentication rpc
C++ RPC tutorial?

I want to learn programming C++ (native) on Windows platform for RPC communication. I want to learn both server and …

c++ visual-c++ visual-studio-2008 rpc
Error:1722 Getting session names

I am trying to check if anybody is connected to the server in my team with the following command: query …

server rpc remote-desktop remote-server
Download dynamic file with GWT

I have a GWT page where user enter data (start date, end date, etc.), then this data goes to the …

java gwt servlets rpc
Google Web Toolkit (GWT) + Google App Engine (GAE) + Detached Data Persistence

I would like to develop a web-app requiring data persistence using GWT and GAE. As I understand it, my only (…

google-app-engine gwt rpc google-cloud-datastore detach
Examples of the best SOAP/REST/RPC web APIs? And why do you like them? And what's wrong with them?

At my company we're starting to branch into web APIs to access and update our data; initially for partners but …

web-services rest soap rpc