Menu

C++ Container Framework / News: Recent posts

Pre-alpha 0.1 released

C++ Container Framework pre-alpha version released. This project is still a WIP and so far it achieves the following:
1.) Provides a container framework to plugin modules using a configuration. It abstracts away all the details about loading dynamic/shared libraries on Windows/Linux.
2.) A ThreadPool implementation is provided as a plugin, but can also be used as a separate component.
3.) Socket classes - ServerSocket, Socket, Multiplexor (aka Java Selector) are provided. An InetAddress class abstracts away inet address related details.
4.) Minimalist HTTP Parser that can be extended to do your application related logic. This is not a replacement for any existing performance-grade HTT P server, but can be used by extending in applications that want high performance and want to deal directly with HTTP requests.... read more

Posted by inder 2005-12-20