Ranchero XMLRPC Cocoa Class Issues
Ranchero XMLRPC Cocoa Class Issues
- Subject: Ranchero XMLRPC Cocoa Class Issues
- From: Eric Czarny <email@hidden>
- Date: Tue, 25 Mar 2003 11:59:06 -0500
I'm not sure how familiar any of you are with Brent Simmons XMLRPC
Class from ranchero.com, but I'll try asking about my problem anyway.
New instances of his class must me created for each XMLRPC request,
problem is I haven't found a way to properly release the completed
instance. For example, as the user clicks a button, creating a new
XMLRPCCall instance, create the method call than send the request in a
new thread, there isn't anyplace I can release the XMLRPCCall without
causing an application crash, signal 10 and sometimes signal 11. Brent
said I should release the XMLRPCCall object within the callback method
performed once the thread has completed execution. It doesn't work. Has
any one had this problem? I have one possible solution, but I don't
necessarily want to implement it.
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.