XMLRPC Option Issues
XMLRPC Option Issues
- Subject: XMLRPC Option Issues
- From: "Eric Czarny" <email@hidden>
- Date: Wed, 19 Mar 2003 10:22:46 -0500
I need to utilize XMLRPC in my weblog application and have been running into
a few obstacles in regards to my options. Originally, I had intended in
using the Mulle XMLRPC framework, but a few problems became apparent.
Firstly, the framework is slow in requests which leads to my second problem.
While the application sends the request, the UI hangs prompting me to run
the XMLRPC requests in a new thread.
The other option is using the Apple Web Services Framework; however, it
seems that upon receiving empty elements the framework crashes making it too
unstable for the time being. I am now thinking about using the Mulle XMLRPC
Framework once again, but since I am new to the topic of threading I am not
sure how to go about accomplishing the task. Would it be possible to use
Distributed Objects, running the object in a new thread allowing me to make
XMLRPC requests?
The only other problem I can see is that since my application uses the
document architecture, it would be necessary to run a seperate thread for
each request sent by the application, or document. Thanks in advance for
help that can be provided!
Best Regards,
Eric Czarny
http://www.laterus.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.