Message10610

Author darjus
Recipients darjus
Date 2016-01-09.04:49:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452315000.22.0.65596064236.issue2452@psf.upfronthosting.co.za>
In-reply-to
Content
I've been playing with some multithreaded code and noticed that it wasn't scaling well at all with many java object access when more threads were added (4 threads enough). After checking with visualvm thread dump it seems that threads were being locked quite often on JyAttribute hasAttr and getAttr.
History
Date User Action Args
2016-01-09 04:50:00darjussetrecipients: + darjus
2016-01-09 04:50:00darjussetmessageid: <1452315000.22.0.65596064236.issue2452@psf.upfronthosting.co.za>
2016-01-09 04:49:59darjuslinkissue2452 messages
2016-01-09 04:49:59darjuscreate