distributed-objects
How to find the connection for a particular distributed objects method invocation?
I have a Cocoa client and server application that communicate using distributed objects implemented via NSSocketPorts and NSConnections in the standard way. The server vends a single object to the cli[详细]
2023-03-12 16:22 分类:问答Implementing distributed objects in cocoa
I have two Cocoa applications out of which one is a launc开发者_运维问答hd daemon (Foundation tool). I need to call some of the methods in the main application from the daemon. How do I use Distribute[详细]
2023-03-09 00:27 分类:问答Looking for clustering message framework for Python
I\'m looking for a messaging framework to build up a cluster in Python (something similar to Apache Tribes).开发者_StackOverflow社区[详细]
2023-02-13 23:40 分类:问答Is Distributed RMI Possible without a HTTP server if classes are distributed with client?
I\'ve been doing some research on using RMI and in pretty much every case they say you are expected to use a web, http, or ftp server to allow the class loader to load the classes needed.[详细]
2023-02-12 15:54 分类:问答Distributed Database Communication
I am a junior software engineer,I like this site and people in it.So,I want to ask my problems to see your answers and suggestions.Then,please don\'t mad at me for asking without searching.[详细]
2023-01-20 22:52 分类:问答Distributed Object on the iPhone?
Is there a way to use distributed objects on the iPhone? I think you need the NSConnection object which is absent in iPhone\'s version of Foundation.[详细]
2023-01-08 07:52 分类:问答Could a Distributed Hash Table (DHT) be used for a dynamic web application? Another P2P design?
Could a Distributed Hash Table be used for a two-way web app with a pub/sub type application? I\'m investigating building a forum type application but with a DHT architecture and P2P (although a cent[详细]
2022-12-31 05:54 分类:问答Memory management with Objective-C Distributed Objects: my temporary instances live forever!
I\'m playing with Objective-C Distributed Objects and I\'m having some problems understanding how memory management works under the system.The example given below illustrates my problem:[详细]
2022-12-25 04:22 分类:问答How should I implement bi-directional networking between an iPhone application and an Objective-C server-side application?
I\'m looking for advice on the best way to implement some kind of bi-directional communication between a \"server-side\" application, written in Objective-C and running on a mac, and a client applicat[详细]
2022-12-21 00:30 分类:问答Synchronous Distributed Objects Over NSConnection Issue
I have an application that pulls data from the web, parses them, and compiles the results in a search interface.Since the data are not co-dependant, it made sense to multi-thread the application to ex[详细]
2022-12-13 23:18 分类:问答