treeder / simplejpa

Automatically exported from code.google.com/p/simplejpa
0 stars 0 forks source link

Create performance test to find optimal number of threads for hitting SDB from EC2 #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Something like putting 1000 objects in SDB then querying for them with
increasing number of threads (5,10,15,20.....)

Original issue reported on code.google.com by treeder on 5 Mar 2008 at 10:17

GoogleCodeExporter commented 9 years ago
What's the general threading model for SimpleJPA? Is there a singleton that 
fires off a 
new thread for every put/get action? I noticed the current default is 100. Does 
that 
mean that theoretically you would see issues if there were more than 100 
concurrent 
calls?

Original comment by pete...@gmail.com on 13 Jan 2010 at 8:11