VOOZH about

URL: https://www.javacodegeeks.com/author/Martin-Thompson/page/2

⇱ Martin Thompson, Author at Java Code Geeks - Page 2 of 2


  • Enterprise Java👁 Image
    Martin ThompsonJuly 26th, 2012
    0 200

    Smart Batching

    How often have we all heard that “batching” will increase latency? As someone with a passion for low-latency systems this…

    Read More »
  • Core Java👁 Image
    Martin ThompsonJuly 24th, 2012
    0 153

    Java Lock Implementations

    We all use 3rd party libraries as a normal part of development. Generally, we have no control over their internals.…

    Read More »
  • Core Java👁 Image
    Martin ThompsonJuly 20th, 2012
    0 204

    Java Sequential IO Performance

    Many applications record a series of events to file-based storage for later use. This can be anything from logging and…

    Read More »
  • Software Development👁 Image
    Martin ThompsonJuly 19th, 2012
    0 171

    Applying Back Pressure When Overloaded

    How should a system respond when under sustained load? Should it keep accepting requests until its response times follow the…

    Read More »
  • Core Java👁 Image
    Martin ThompsonJuly 18th, 2012
    0 322

    Native C/C++ Like Performance For Java Object Serialization

    Do you ever wish you could turn a Java object into a stream of bytes as fast as it can…

    Read More »
  • «
  • 1
  • 2
Back to top button
Close