Blog Posts

Recent posts

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...