[Cpp-plugin-mgr-announce] Pre-alpha 0.1 now available
Status: Pre-Alpha
Brought to you by:
indercoder
From: inder s. <in...@sb...> - 2005-12-22 05:45:45
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> C++ Container Framework pre-alpha version released. This project is still a WIP and so far it achieves the following: <br> 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. <br> 2.) A ThreadPool implementation is provided as a plugin, but can also be used as a separate component. <br> 3.) Socket classes - ServerSocket, Socket, Multiplexor (aka Java Selector) are provided. An InetAddress class abstracts away inet address related details. <br> 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. <br> <br> Still TODO (not a comprehensive list): <br> 1.) Cleanup code and rename MBean references to Plugins (These are named MBeans due to my Java background). <br> 2.) Cleanup Linux build environment and make it consistent with Windows build. <br> 3.) Provide full implementation for Inet4 and Inet6 Address. <br> 4.) Complete the RequestHandler plugin. <br> 4.1) Provide support for a RequestHandler that integrates with Python such that an incoming request can be handled in Python. <br> <br> All comments and help is welcome. <br> <br> -Inder. <br> <a href="mailto:in...@op..." target="_new">in...@op...</a> </body> </html> |