Author: toad
Date: 2009-04-04 15:22:19 +0000 (Sat, 04 Apr 2009)
New Revision: 26530

Modified:
   trunk/freenet/src/freenet/support/io/PersistentBlobTempBucket.java
Log:
Not true because both need the database


Modified: trunk/freenet/src/freenet/support/io/PersistentBlobTempBucket.java
===================================================================
--- trunk/freenet/src/freenet/support/io/PersistentBlobTempBucket.java  
2009-04-04 14:58:41 UTC (rev 26529)
+++ trunk/freenet/src/freenet/support/io/PersistentBlobTempBucket.java  
2009-04-04 15:22:19 UTC (rev 26530)
@@ -202,9 +202,6 @@
                        throw new UnsupportedOperationException("Can't store a 
shadow");
                }
                boolean p;
-               // Race conditions with storeTo and removeFrom running on 
different threads
-               // in parallel are possible... that sort of behaviour *should* 
be very rare,
-               // you should always store it before making it publicly 
available...
                synchronized(this) {
                        if(tag == null) throw new NullPointerException();
                        p = persisted;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to