mark-friedman / app-inventor

Automatically exported from code.google.com/p/app-inventor
0 stars 0 forks source link

Add syncrhonizatoin to Compiler.getResource() method #302

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The resources ConcurrentMap in Compiler.java is declared static exposing it to 
possible race conditions from multiple threads during periods of high usage on 
the buildserver.  To avoid this, the getResource() method will be synchronized. 

Original issue reported on code.google.com by ram8...@gmail.com on 4 Dec 2012 at 3:49