You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/08/24 01:17:20 UTC

Re: svn commit: r434239 - in /incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera: Abdera.java util/AbderaConfiguration.java

On 8/23/06, rooneg@apache.org <ro...@apache.org> wrote:
>
> For the curious, the remaining problem seems to be that if the Abdera
> class is going to be safe to use from multiple threads we're going to
> have to figure out how to deal with concurrent threads accessing the
> AbderaConfiguration object.  Not sure how best to deal with that yet.

Actually, now that I reread the AbderaConfiguration code, it's already
fine.  I must have been on crack the first time I read it ;-)

-garrett