• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WOResourceManager and Memory Usage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: WOResourceManager and Memory Usage
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: DB Plugin Question...
  • Next by Date: Re: DB Plugin Question...
  • Previous by thread: Re: DB Plugin Question...
  • Next by thread: Re: WOResourceManager and Memory Usage
  • Index(es):
    • Date
    • Thread