Re: SOAP and WebServices
Re: SOAP and WebServices
- Subject: Re: SOAP and WebServices
- From: Scott Ellsworth <email@hidden>
- Date: Tue, 16 Aug 2005 14:18:54 -0700
On Aug 16, 2005, at 1:03 PM, Alexander von Below wrote:
No, it's the first case unfortunately: We want to set new
parameters for every invocation, and get new data. However, we
thought that alloc'ing and release'ing the objects each time would
be wasteful.
If you consider the overhead implied by the network to and fro and
the resulting XML parse, the overhead of an alloc/dealloc should be
lost in the noise. At the least, this is what I have seen when doing
this from Java, and Java has a somewhat more expensive model for
memory frees.
That said, do profile once it works. I have occasionally been
surprised by what Shark turns up.
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden