February 2nd, 2009
We are pleased to announce the availability of AOLserver 4.5.1. This release is mostly a bug-fix and maintenance release, and offers enhanced functionality and scalability and improved documentation and portability. AOLserver compiles with Tcl 8.4.* and 8.5.*.
The most important changes are:
- improved behavior under high load, when running out of resources
- better interface to Tcl I/O functions through providing access to Tcl file handles (allows asynchronous delivery)
- built-in version of ns_cache backward compatible with the old (now obsolete) aolserver module.
- various fixes for the build process
For more information on the changes in this version please refer to the release notes and ChangeLog in the source distribution.
The following people have contributed to AOLserver 4.5.1 (in alphabetical order):
- Michael Andrews
- Jim Davidson
- Nathan Folkman
- Tom Jackson
- Gustaf Neumann
- Jeff Rogers
- Bas Scheffers
- Dossy Shiobara
- Daniel P. Stasinski
Posted in Releases | No Comments »
July 11th, 2006
Announcing the release of AOLserver 4.5.0. AOLserver is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale, dynamic web sites. AOLserver also includes complete database integration and a dynamic page scripting language.
The source is freely available from the sourceforge.net site at:
http://sourceforge.net/project/showfiles.php?group_id=3152
For more information on the changes in this version please refer to the release notes and ChangeLog in the source distribution.
Posted in Releases | No Comments »
January 19th, 2005
Announcing the release of AOLserver 4.0.10. AOLserver is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale, dynamic web sites. AOLserver also includes complete database integration and a dynamic page scripting language.
The source is freely available from the sourceforge.net site at:
http://sourceforge.net/project/showfiles.php?group_id=3152
For more information on the changes in this version please refer to the ChangeLog in the source distribution. A high level summary of the changes follows:
This release adds two enhancements and one API change. The major enhancement is the adding of configurable transparent gzip compression of HTTP responses from ADP pages. The minor enhancement is the addition of a numeric version #define to aid conditional compilation of modules that require specific AOLserver versions or must be compiled differently depending on the version. Ns_Compress() has been renamed to Ns_CompressGzip() in anticipation of other algorithms which will be supported.
Posted in Releases | No Comments »
November 22nd, 2004
Announcing the release of AOLserver 4.0.9. AOLserver is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale, dynamic web sites. AOLserver also includes complete database integration and a dynamic page scripting language.
The source is freely available from the sourceforge.net site at:
http://sourceforge.net/project/showfiles.php?group_id=3152
For more information on the changes in this version please refer to the ChangeLog in the source distribution. A high level summary of the changes follows:
Bugfixes: a shutdown crash fix; a memory leak when using getaddrinfo; a server hang fix for ns_http; bad invocations of ns_schedule_{proc,daily,weekly} proc can crash the server; omit Content-Length header if ADP streaming is on; Ns_ConnSend() now does what the docs say it does.
Enhancements: a new Ns_Compress() to gzip data; a new Ns_SockCancelCallbackEx() to correctly cancel callbacks; enable writing of corefiles on Linux after setuid by setting PR_SET_DUMPABLE.
Posted in Releases | No Comments »
September 7th, 2004
Announcing the release of AOLserver 4.0.8. AOLserver is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale, dynamic web sites. AOLserver also includes complete database integration and a dynamic page scripting language.
The source is freely available from the sourceforge.net site at:
http://sourceforge.net/project/showfiles.php?group_id=3152.
For more information on the changes in this version please refer to the ChangeLog in the source distribution.
Posted in Releases | No Comments »