Re: [OT] Re: URL as UI
Re: [OT] Re: URL as UI
- Subject: Re: [OT] Re: URL as UI
- From: Jonathan Rochkind <email@hidden>
- Date: Thu, 21 Aug 2003 17:31:02 -0500
At 11:39 PM 8/21/2003 +0200, Anjo Krank wrote:
That was one of the problems: you need to keep a reference to the pages,
but you have no way real of knowing when the fall out of the cache. You
could probably just keep count of the number of entries for each session
and kick out the oldest ones, but that was more work than I was willing to
do at that time.
I've tried to do things like this before for other purposes. You actually
can't just count the number of entries for each session----the way the WO
5.2 session page cache works is actually quite complicated, I can't really
explain it. It's hard to tell exactly what it's doing just from
observation. It's hard to predict when a page will expire from the cache;
you can't just count.
In general, a way to know when a contextID expires from the page cache is
really neccesary for a whole variety of complex add-on frameworks. I've
made a bugreport feature request asking for this. [A Notification would be
fine. For adding and removing a contextID from page cache]. Feel free to
do the same yourself, the more the merrier.
Anyway, just go ahead and I'd love it if you could share your solution
with the list:)
Ah, I wasn't meaning to say I have time to do anything more than you've
done. No lack of respect intended. But I am hopefully close to having an
upload-with-progress-bar solution to share with the list.
--Jonathan
Cheers, Anjo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.