WOResourceManager and Memory Usage
WOResourceManager and Memory Usage
- Subject: WOResourceManager and Memory Usage
- From: Andrew Lindesay <email@hidden>
- Date: Tue, 12 Apr 2005 15:52:58 +1200
I'm using WOResourceManager to load in data...
WOResourceManager rm = ...
...
rm.setData(data,code,"image/jpeg",session());
Seconds later it's yanked out using a URL during the response phase...
context().completeURLWithRequestHandlerKey(
"wr","","wodata="+code,false,0);
Does anybody know what happens to the resource-manager-coded-data at
that point? Is it *necessary* to clear out those manually inserted
entries by hand? I should imagine that in the case of a situation
where this might be used with a regular "WOImage", it would impossible
to remove the entries from the resource manager as the client may still
be downloading them.
___
Andrew Lindesay
www.lindesay.co.nz
+64-21-47-0929
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden