serradi / smap-suite

Automatically exported from code.google.com/p/smap-suite
0 stars 0 forks source link

subscribers #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The subscribers java applicatin uses excessive amounts of CPU.  This may be due 
to the hibernate persistence context being set up and removed for every virtual 
machine that is to be updated.

Original issue reported on code.google.com by neilpen...@gmail.com on 21 Nov 2012 at 2:39

GoogleCodeExporter commented 9 years ago
The problem was due to resetting hibernate persistence unit each time a 
database was updated.  This has been fixed by creating a separate update 
process for each results database.

Original comment by neilpen...@gmail.com on 21 Nov 2012 at 11:05