nsconnection
How to set NSMutableRequest timeout less than 240 seconds after setting body?
I\'m creating NSMutableRequest and adding data to body. Heres example how I do it: NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:stringURL][详细]
2023-04-13 08:23 分类:问答upload image using objective-c
I\'m writing an iPhone app for a web service and I need to upload image to the service. In the web version, it\'s using AJAX. But I know little about that. I find the following code on the web page fo[详细]
2023-03-27 20:20 分类:问答How could connectionDidFinishLoading: run if no file is found on server? [duplicate]
This question already has an answer here: Closed 10 years ago. Possible Duplicate: Testing use of NSURLConnection with HTTP response error statuses[详细]
2023-03-19 05:37 分类:问答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 分类:问答Creating NSDistantObject
I have two applications \'A\' and \'B\' and need to do some ipc. Process \'A\' launches process \'B\' if it is not already running.In process \'A\' I create NSConnection and registerName:. In process[详细]
2023-02-24 02:15 分类:问答Cost of creating a new NSConnection on iPhone
Does anybody know how expensive a tcp connec开发者_如何转开发tion is on iPhone? For example, if I have to download 8-10 small files (2-6 kB) from a web server does it make sense to create 8-10 NSConn[详细]
2023-01-13 00:47 分类:问答Common NSConnection for various data proccessing from web server in iPhone
How to h开发者_C百科ave common NSConnection for various data processing from web server in iPhone. If possible can I have code for itI wrote some blog posts about NSURLConnection.[详细]
2023-01-05 15:39 分类:问答Error while making SOAP request call in iPhone app
I am trying to make a soap call. It\'s a very basic call with \"Welcome User\" output. The return value is in xml format, and I am getting the following error. However I am not sure what this error me[详细]
2023-01-02 21:59 分类:问答Best way to do interprocess communication on Mac OS X
I\'m looking at building a Cocoa application on the Mac with a back-end daemon process (really just a mostly-headless Cocoa app, probably), along with 0 or more \"client\" applications running locally[详细]
2022-12-30 18:08 分类:问答Detecting/Repairing NSConnection failure
I would like to use NSConnection/NSDistributedObject for interprocess communication. I would like the client to be able to handle the case where the server is only occasionally reachable.[详细]
2022-12-27 05:47 分类:问答