rpc
RPC performance in large network
I have a large network, supposed to manage ar开发者_Python百科ound 8000 nodes (the requirement is for client server based filesystem)[详细]
2023-03-18 16:07 分类:问答TCP-based RPC server (Erlang or something similar?) for iOS/Android app communication
I\'m building native mobile applications in both iOS and Android. These apps require \"realtime\" updates from and to the server, same as any other network-based application does (Facebook, Twitter, s[详细]
2023-03-18 13:55 分类:问答GWT RPC interface issue
I have doubt on the below code.. @RemoteServiceRelativePath(\"stockPrices\") public interface StockPriceService extends RemoteService {[详细]
2023-03-18 00:22 分类:问答GWT SerializationPolicy whitelist
I have a GWT project which was working earlier on, but have stopped working. The error I receive is: com.google.gwt.user.client.rpc.SerializationException: Type \'java.util.ArrayList\' was not incl[详细]
2023-03-17 19:44 分类:问答Java:PHP:RPC Losing Session Variable in between scripts
I have two java services listening on different ports and I am communicating with PHP scripts via RPC (Thrift)[详细]
2023-03-16 06:35 分类:问答How to reduce the logservice RPC's in google app engine backends
above is the image of appstats of a single GET request to my app, this image shows the RPC traces of a single logservice RPC[详细]
2023-03-14 18:18 分类:问答Redirect to secured URL (HTTPS) on the server-side
My goal is to have a HTTPS secured login service (GWT-RPC) and the rest is non-HTTPS. I want to have a non开发者_JAVA百科-HTTPS authentication service that checks the session if the user is logged in[详细]
2023-03-14 05:45 分类:问答Remote Procedure Calls
I am doing a Software Engineering course in which different teams are building different prototype subsystems of a big system (different subsystem of F35 Lightning aircraft!).[详细]
2023-03-13 04:58 分类:问答GWT:How to make a buffer (FIFO) to hold some 2D array values (coming from server,rpc) at client side?
i am using event-source rpc plugging for data pushi开发者_Python百科ng from server side after a certain period eg. 200ms, so no client request exists, therefore i need a buffer (FIFO) in the client si[详细]
2023-03-13 04:48 分类:问答Keep remote objects updated
Having two object A, B, of the same Class (for example HashMaps). At different computers connected by internet[详细]
2023-03-11 10:24 分类:问答