Re: NSHost cache; NSAutoreleasePool and rss
Re: NSHost cache; NSAutoreleasePool and rss
- Subject: Re: NSHost cache; NSAutoreleasePool and rss
- From: Chris Kane <email@hidden>
- Date: Tue, 16 Apr 2002 11:46:57 -0700
On Friday, April 12, 2002, at 03:11 PM, Lisa Zorn wrote:
I'm having a problem with NSHost caching. In particular,
[NSHost isHostCacheEnabled] always returns FALSE, even
if I setHostCacheEnabled to TRUE. No matter what,
I'm not getting caching (I verified this by instantiating
two NSHosts with the same IP; they are different).
My workaround is to cache NSHosts myself, which is fine,
but that bothers me a little bit because it's supposed
to already be there, according to the API.
NSHost's caching was eliminated years ago; it became untenable due to
the requirements of mobility and dynamic configuration, so we just
ripped it out. The caching methods do nothing, or as near to nothing as
possible.
Chris Kane
Cocoa Frameworks, Apple
_______________________________________________
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.