i'm missing something here still.  what thread other than the request thread
will ever be accessing this?


igor.vaynberg wrote:
> 
> copy on write has the advantage when it comes to iterating over the list.
> the locking needs to be there because we lock on pagemaps and not on
> session, so two pages in different pagemaps would need to be synced.
> 
> -igor
> 
> 
> On 3/31/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>>
>> > Yeah, that does sound like overkill in a single-threaded environment.
>> > What other thread would ever be accessing a session's feedback
>> messages?
>>
>> Furthermore, copy on write is efficient when there are lots of reads
>> and just a couple of writes, but that's not the case I think. So
>> normal synchronization would almost certain be more efficient here.
>>
>> Eelco
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/error%28...%29-No-page-found-for-component-tf3497125.html#a9784202
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to