Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Why are you not using java.util.concurrent classes?(Support for concurrent programming usage patterns.)
Why are you not using java.util.concurrent classes? [message #1174954] Thu, 07 November 2013 12:25
Marvin Toll is currently offline Marvin TollFriend
Messages: 34
Registered: July 2009
Member
As I review more of your code base over time, it appears that there is a pattern to not take advantage of advances to the Java language.

This pattern is strikingly apparent with a lack of java.util.concurrent classes.

I remember the Toplink days, back in 2005, scratching my head trying to figure out why you were still using Vectors.

What is being put at risk is not simply performance and scalability... but reliability in the context of contemporary multicore (concurrent) coding practices. Said more directly, in my opinion, you are marginalizing your product by not supporting concurrent programming usage patterns.


Marvin Toll
CTO, Pattern Enabled Development
http://pedCentral.com

[Updated on: Thu, 07 November 2013 12:27]

Report message to a moderator

Previous Topic:Retrieve object and dependencies with only one SQL request
Next Topic:Issue with new entities after delete then merge
Goto Forum:
  


Current Time: Fri Apr 19 06:10:08 GMT 2024

Powered by FUDForum. Page generated in 0.01837 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top