Blog Posts

Recent posts

Java - ApacheCXF web socket example

less than 1 minute read

Here is the git hub url for an example of ApacheCXF with websocket. https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/we...

Tomcat - setting for max HTTP header size

less than 1 minute read

you can specify the max HTTP header size for Tomcap by modifying the file in conf/server.xml as shown below. This example set max HTTP header size 24KB(24576...

C++ - Actor framework for C++

less than 1 minute read

Nice C++ implementation for Actor framework. https://github.com/actor-framework/actor-framework.git Git branch for vs2015 is remotes/origin/topic/visual_stud...