Skip to content

Posts tagged ‘tcp performance’

24
Aug

RSS Digest: Week Ending 24-Aug-2012

Java

Native C/C++ Like Performance For Java Object Serialisation
http://mechanical-sympathy.blogspot.co.uk/2012/07/native-cc-like-performance-for-java.html

25 Best Free Maven Plug-ins to Make Java Developer More Productive
http://www.fromdev.com/2012/07/25-best-free-maven-plug-ins-to-make.html

Tutorial: Create a Jenkins Plugin to integrate Jenkins and Nexus Repository
http://blog.codecentric.de/en/2012/08/tutorial-create-a-jenkins-plugin-to-integrate-jenkins-and-nexus-repository/

JDK 8 Milestones
http://openjdk.java.net/projects/jdk8/

Double Brace Initialization
http://www.c2.com/cgi/wiki?DoubleBraceInitialization

Eclipse Java Decompiler
http://mchr3k.github.com/jdeclipse-realign/

Memory Access Patterns Are Important
http://mechanical-sympathy.blogspot.co.uk/2012/08/memory-access-patterns-are-important.html

Java 7 Update 6 and Java 6 Update 34 have released!
https://blogs.oracle.com/javase/entry/java_7_update_6_and

Creating a Windows Executable from a Jar using Maven
http://www.hascode.com/2012/08/creating-a-windows-executable-from-a-jar-using-maven/

Book Review: The Well-Grounded Java Developer
http://www.javaspecialists.eu/archive/Issue204.html

New JVM options to roll over to a new GC log file
http://weblogs.java.net/blog/kcpeppe/archive/2012/08/20/new-jvm-options-roll-over-new-gc-log-file-0

 

Programming

Vim as your IDE
http://haridas.in/vim-as-your-ide.html

Latency numbers every programmer should know
https://gist.github.com/2843375

Software developers toolbox
http://online-toolz.com

 

Technology

TCP Performance problems caused by interaction between Nagle’s Algorithm and Delayed ACK
http://www.stuartcheshire.org/papers/NagleDelayedAck/

TCP Fast Open: expediting web services
http://lwn.net/Articles/508865/