Micro-services for performance

Microservices is a buzz word at the moment. Is it really something original or based on established best practices. There are some disadvantages to the way micro-services have been implemented, but can these be solved?

Read more at https://vanilla-java.github.io/2016/03/22/Micro-services-for-performance.html

Comments

  1. are these good for new enterprise level designs? capable to handle good traffic?

    ReplyDelete
    Replies
    1. Our largest client handles peaks of 24 million events per second using 6 servers in production. We design for worst case conditions so I would say it can handle bad traffic as well.

      Delete

Post a Comment

Popular posts from this blog

Java is Very Fast, If You Don’t Create Many Objects

System wide unique nanosecond timestamps

Unusual Java: StackTrace Extends Throwable