> well, we do a lot of iterations. anytime formcomponent.isvalid() is called
> we iterate over messages to see if there are any for that component. in my
> apps that is called a couple of times per formcomponent per request. i went
> with copyonwrite because the iterator isnt synced at all.

Ok, maybe I underestimated the number of reads. Didn't do any testing either.

> we dont selectively remove messages anywhere, so iterator.remove() not being
> supported is not a big deal for me.

We would if we go for the idea of having all messages in the session.

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

Reply via email to