treeder / simplejpa

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

Dual thread pools, one for queries and one for puts/deletes #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Async puts/deletes are slow and shouldn't hold up the query queue.  Two
Executors/thread pools should fix that.

Original issue reported on code.google.com by treeder on 15 Aug 2008 at 2:47