rpc
Send wstring and ptime over MS RPC
Iam using Microsoft RPC and i need to transfer my custom structure that have fields of type std::wstring and boost::ptime. In idl there is no such data types. What is best solution to send that struct[详细]
2023-04-13 03:36 分类:问答Options for Windows service communication
I\'m developing a service which will run as System and will process long-running tasks in the background. I now need to display some feedback to the user in the form of a tasktray icon and I would als[详细]
2023-04-12 12:00 分类:问答Client server communication without using the GWT RPC
I would like to pass data between client and the server without using the GWT RPC. I need to send the JSON data and get back the response.[详细]
2023-04-12 09:58 分类:问答Undefined reference to svc_create
My proble开发者_JAVA百科m is the following: I\'m trying to implement a C RPC example and I keep running into the following compiler error:[详细]
2023-04-10 16:47 分类:问答Remote Procedure Call cleanup
My situation is the following: I\'ve implemented a simple RPC system in C through which a client can call a remote function to which it passes a command. The command is executed on the remote machine[详细]
2023-04-09 15:33 分类:问答GWT RPC Failure Call
I am getting this error - [WARN] 404 - POST /gwtmaps/mapService (127.0.0.1) 1404 bytes Request headers[详细]
2023-04-09 14:25 分类:问答Executing a bash script from a windows bat file
Is there a way to call a bash scr开发者_开发知识库ipt? (Or any linux like command) from a batch file (or VB script) on a windows box?[详细]
2023-04-07 14:25 分类:问答Options for RPC in Mono? (WCF Alternatives)
I have had the opportunity to spend a great number of hours trying to use WCF in mono. It is simply too poorly implemented at this point to be put into a productio开发者_StackOverflow中文版n environme[详细]
2023-04-05 20:12 分类:问答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 分类:问答Remote procedure call in C#
I am basically new to this kind of work.I am programming my application in C# in VS2010.I have a crystal report that is working fine and it basically gets populated with some xml data. T开发者_如何学G[详细]
2023-04-04 03:37 分类:问答