it would allow thread safety without synchronizing readers
On Mar 3, 2012 9:34 AM, "Marco Speranza" <marco.speranz...@gmail.com> wrote:

> Ciao
> sorry I didn't understand very well. How could help a read/write lock?
> bye
>
> --
> Marco Speranza <marco.speranz...@gmail.com>
>
> Flickr: http://www.flickr.com/photos/marcosperanza79/
> Google Code: http://code.google.com/u/marco.speranza79/
>
>
>
>
> Il giorno 03/mar/2012, alle ore 14:40, James Carman ha scritto:
>
> > I think a read/write lock might help.  Reads only need to be synchronized
> > around writes.  They don't have to be synchronized with one another.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to