<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AOLserver</title>
	<atom:link href="http://aolserver.sourceforge.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://aolserver.sourceforge.net</link>
	<description>America Online&#039;s Open-Source web server. AOLserver is the backbone of the largest and busiest production environments in the world. AOLserver is a multithreaded, Tcl-enabled web server used for large scale, dynamic web sites.</description>
	<lastBuildDate>Fri, 14 Sep 2012 12:28:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>AOLserver on GitHub</title>
		<link>http://aolserver.sourceforge.net/2010/04/10/aolserver-on-github/</link>
		<comments>http://aolserver.sourceforge.net/2010/04/10/aolserver-on-github/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 04:26:47 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://aolserver.sourceforge.net/?p=15</guid>
		<description><![CDATA[So, I’ve finally gone crazy and have started pushing the contents of the CVS repository from SourceForge up to GitHub: http://aolserver.github.com/ http://github.com/aolserver I&#8217;m hoping this will make it easier for people to fork the code, make their own individual changes, and share those changes with the rest of the community. I&#8217;m hoping this will effectively [...]]]></description>
			<content:encoded><![CDATA[<p>So, I’ve finally gone crazy and have started pushing the contents of the CVS repository from SourceForge up to GitHub:</p>
<ul>
<li><a href='http://aolserver.github.com/'>http://aolserver.github.com/</a></li>
<li><a href='http://github.com/aolserver'>http://github.com/aolserver</a></li>
</ul>
<p>I&#8217;m hoping this will make it easier for people to fork the code, make their own individual changes, and share those changes with the rest of the community. I&#8217;m hoping this will effectively eliminate any previous barriers to contibution &#8211; fork the code on github as much as you&#8217;d like in your own account, share your changes with whoever you please.</p>
<p>Is this an &#8220;official&#8221; change? Of course not! The code still lives in CVS at SourceForge, like it always has &#8211; but now a copy with full CVS history is up at GitHub, as well. At this point, what does it mean to be &#8220;official&#8221; anyway, right?</p>
<p>As of right now, I&#8217;ve only imported the &#8220;aolserver&#8221; module from CVS into GitHub. Over the next several weeks, I plan to import all the modules from CVS, but this takes time.</p>
<p>A nice feature of GitHub is the included &#8220;Issues&#8221; system, their Wiki, and their static page hosting. If I get really ambitious, I might look to move as much of the AOLserver documentation as I can into the GitHub Pages area.</p>
<p>As usual, feel free to flame me for running off into the weeds and just doing something without &#8220;getting consensus&#8221; or &#8220;involving the community&#8221; but I&#8217;m hoping at least a few of you will find this work worthwhile. If you have any positive comments and/or suggestions, don&#8217;t hesitate to get in touch with me: I&#8217;d love to hear what you think.</p>
<p>AOLserver&#8217;s not dead, yet. ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2010/04/10/aolserver-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.5.1 released on February 2, 2009</title>
		<link>http://aolserver.sourceforge.net/2009/02/02/aolserver-451-released-on-february-2-2009/</link>
		<comments>http://aolserver.sourceforge.net/2009/02/02/aolserver-451-released-on-february-2-2009/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 21:32:44 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.sourceforge.net/?p=14</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.*.</p>
<p>The most important changes are:</p>
<ul>
<li>improved behavior under high load, when running out of resources</li>
<li>better interface to Tcl I/O functions through providing access to Tcl file handles (allows asynchronous delivery)</li>
<li>built-in version of ns_cache backward compatible with the old (now obsolete) aolserver module.</li>
<li>various fixes for the build process</li>
</ul>
<p>For more information on the changes in this version please refer to the release notes and ChangeLog in the source distribution.</p>
<p>The following people have contributed to AOLserver 4.5.1 (in alphabetical order):</p>
<ul>
<li>Michael Andrews</li>
<li>Jim Davidson</li>
<li>Nathan Folkman</li>
<li>Tom Jackson</li>
<li>Gustaf Neumann</li>
<li>Jeff Rogers</li>
<li>Bas Scheffers</li>
<li>Dossy Shiobara</li>
<li>Daniel P. Stasinski</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2009/02/02/aolserver-451-released-on-february-2-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.5.0 released on June 27, 2006</title>
		<link>http://aolserver.sourceforge.net/2006/07/11/aolserver-450-released-on-june-27-2006/</link>
		<comments>http://aolserver.sourceforge.net/2006/07/11/aolserver-450-released-on-june-27-2006/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 11:37:43 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=11</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.  </p>
<p>The source is freely available from the sourceforge.net site at:  </p>
<p>http://sourceforge.net/project/showfiles.php?group_id=3152</p>
<p>For more information on the changes in this version please refer to the release notes and ChangeLog in the source distribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2006/07/11/aolserver-450-released-on-june-27-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.0.10 released</title>
		<link>http://aolserver.sourceforge.net/2005/01/19/aolserver-4010-released/</link>
		<comments>http://aolserver.sourceforge.net/2005/01/19/aolserver-4010-released/#comments</comments>
		<pubDate>Wed, 19 Jan 2005 11:17:40 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=10</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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. </p>
<p>The source is freely available from the sourceforge.net site at: </p>
<p>http://sourceforge.net/project/showfiles.php?group_id=3152</p>
<p>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:</p>
<p>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.</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2005/01/19/aolserver-4010-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.0.9 released</title>
		<link>http://aolserver.sourceforge.net/2004/11/22/aolserver-409-released/</link>
		<comments>http://aolserver.sourceforge.net/2004/11/22/aolserver-409-released/#comments</comments>
		<pubDate>Mon, 22 Nov 2004 20:21:25 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=9</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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. </p>
<p>The source is freely available from the sourceforge.net site at: </p>
<p>http://sourceforge.net/project/showfiles.php?group_id=3152</p>
<p>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:</p>
<p>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.</p>
<p>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.  </p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2004/11/22/aolserver-409-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.0.8 released</title>
		<link>http://aolserver.sourceforge.net/2004/09/07/aolserver-408-released/</link>
		<comments>http://aolserver.sourceforge.net/2004/09/07/aolserver-408-released/#comments</comments>
		<pubDate>Tue, 07 Sep 2004 13:51:56 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=8</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>The source is freely available from the sourceforge.net site at:</p>
<p>http://sourceforge.net/project/showfiles.php?group_id=3152.</p>
<p>For more information on the changes in this version please refer to the ChangeLog in the source distribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2004/09/07/aolserver-408-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.0.7 released</title>
		<link>http://aolserver.sourceforge.net/2004/07/19/aolserver-407-released/</link>
		<comments>http://aolserver.sourceforge.net/2004/07/19/aolserver-407-released/#comments</comments>
		<pubDate>Mon, 19 Jul 2004 14:46:50 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=7</guid>
		<description><![CDATA[AOLserver 4.0.7 Released ======================================== On behalf of the AOLserver Team, I have the honor of announcing the latest point release of AOLserver: 4.0.7. This version is primarily a bug fix release following version 4.0.6. A summary of changes is provided at the end of this document. NOTE: This release corrects a serious flaw in 4.0.6 [...]]]></description>
			<content:encoded><![CDATA[<p>AOLserver 4.0.7 Released<br />
========================================</p>
<p>    On behalf of the AOLserver Team, I have the honor of announcing the<br />
    latest point release of AOLserver: 4.0.7.</p>
<p>    This version is primarily a bug fix release following version 4.0.6.<br />
    A summary of changes is provided at the end of this document.</p>
<p>    NOTE:  This release corrects a serious flaw in 4.0.6 where a<br />
    non-compliant HTTP/1.1 request can crash the server, resulting in<br />
    a Denial of Service.  Everyone is urged to skip the 4.0.6 release<br />
    and either remain on 4.0.5 or upgrade to 4.0.7 immediately.</p>
<p>WHAT IS AOLSERVER?</p>
<p>    AOLserver is America Online&#8217;s Open-Source web server.  AOLserver is<br />
    the backbone of the largest and busiest production environments in<br />
    the world.  AOLserver is a multithreaded, Tcl-enabled web server<br />
    used for large scale, dynamic web sites.</p>
<p>    Visit the project&#8217;s website:</p>
<p>http://aolserver.com/</p>
<p>HOW CAN I GET AOLSERVER?</p>
<p>    Download the source code from SourceForge:</p>
<p>http://aolserver.com/downloads/aolserver-4.0.7-src.tar.gz</p>
<p>I FOUND A BUG!  WHAT DO I DO?</p>
<p>    File it in the Bug Tracker at SourceForge:</p>
<p>http://sourceforge.net/tracker/?group_id=3152&#038;atid=103152</p>
<p>IS THERE A MAILING LIST?  WHERE&#8217;S THE USER COMMUNITY?</p>
<p>    Yes!  There&#8217;s an announcements-only and a general discussion mailing<br />
    list.  Instructions on how to subscribe are here:</p>
<p>http://aolserver.com/lists.php</p>
<p>    There is also a wiki-web set up for AOLserver:</p>
<p>http://aolserver.com/wiki/</p>
<p>CHANGES SINCE LAST RELEASE?</p>
<p>    Fix bug where internal redirect for 401 omitted including the HTTP<br />
    auth.  &#8220;WWW-Authenticate:&#8221; header.  Fixes bug #674033.</p>
<p>    Ns_GetAddrByHost() reports errors via Ns_Log(), so calls to it<br />
    should be done after Ns_Log has been initialized, otherwise very<br />
    unhelpful error messages are produced.  In particular, this happens<br />
    when the server is started and the hostname as returned by<br />
    gethostname() cannot be resolved, because the network interface is<br />
    down AND no entry exists in /etc/hosts.  Closes SF Bug #868362.</p>
<p>    Setting request->method to static storage, which later gets<br />
    ns_free()&#8217;d in Ns_FreeRequest(), causes the server to crash.</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2004/07/19/aolserver-407-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.0.6 released</title>
		<link>http://aolserver.sourceforge.net/2004/07/16/aolserver-406-released/</link>
		<comments>http://aolserver.sourceforge.net/2004/07/16/aolserver-406-released/#comments</comments>
		<pubDate>Fri, 16 Jul 2004 12:32:52 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=6</guid>
		<description><![CDATA[On behalf of the AOLserver Team, I have the honor of announcing the latest point release of AOLserver: 4.0.6. This version is primarily a bug fix release following version 4.0.5. A summary of changes is provided at the end of this document. WHAT IS AOLSERVER? AOLserver is America Online&#8217;s Open-Source web server. AOLserver is the [...]]]></description>
			<content:encoded><![CDATA[<p>    On behalf of the AOLserver Team, I have the honor of announcing the<br />
    latest point release of AOLserver: 4.0.6.</p>
<p>    This version is primarily a bug fix release following version 4.0.5.<br />
    A summary of changes is provided at the end of this document.</p>
<p>WHAT IS AOLSERVER?</p>
<p>    AOLserver is America Online&#8217;s Open-Source web server.  AOLserver is<br />
    the backbone of the largest and busiest production environments in<br />
    the world.  AOLserver is a multithreaded, Tcl-enabled web server<br />
    used for large scale, dynamic web sites.</p>
<p>    Visit the project&#8217;s website:</p>
<p>http://aolserver.com/</p>
<p>HOW CAN I GET AOLSERVER?</p>
<p>    Download the source code from SourceForge:</p>
<p>http://aolserver.com/downloads/aolserver-4.0.6-src.tar.gz</p>
<p>I FOUND A BUG!  WHAT DO I DO?</p>
<p>    File it in the Bug Tracker at SourceForge:</p>
<p>http://sourceforge.net/tracker/?group_id=3152&#038;atid=103152</p>
<p>IS THERE A MAILING LIST?  WHERE&#8217;S THE USER COMMUNITY?</p>
<p>    Yes!  There&#8217;s an announcements-only and a general discussion mailing<br />
    list.  Instructions on how to subscribe are here:</p>
<p>http://aolserver.com/lists.php</p>
<p>    There is also a wiki-web set up for AOLserver:</p>
<p>http://aolserver.com/wiki/</p>
<p>CHANGES SINCE LAST RELEASE?</p>
<p>    Keepalive is enabled for response codes other than just 200 OK.</p>
<p>    Change to make HTTP request &#8220;Host:&#8221; header mandatory for HTTP/1.1<br />
    connections by returning 400 Bad Request response.  Closes SF Bug<br />
    #787728.</p>
<p>    Changed virtual server code to use the &#8220;hostname&#8221; param from the<br />
    &#8220;ns/module/nssock&#8221; section to map the default virtual server based<br />
    on the value (hostname) from the &#8220;ns/module/nssock/servers&#8221; section,<br />
    when the &#8220;Host:&#8221; header is either not specified (HTTP/1.0) or is not<br />
    found in the virtual server table.  Closes SF Bug #812036.</p>
<p>    conn->headers can be NULL causing segfault.  Closes SF Bug #990439.</p>
<p>    Define ENOTSUP on OpenBSD 3.5.  Closes SF Bug #985076.</p>
<p>    Ns_GetMimeType() was returning defaultType instead of noextType if<br />
    the path contained a directory with a &#8220;.&#8221; but the filename component<br />
    had no extension.  Closes SF Bug #739049.</p>
<p>    Enable ADP/Tcl code to override Last-Modified: header from<br />
    ns_respond when -headers AND -file are specified.  Closes bug<br />
    #879076.</p>
<p>    Lots of refactoring of ns_respond code to remove duplication.</p>
<p>    ns_eval of script containing comments (i.e., lines starting with<br />
    &#8220;#&#8221;) cause an error because $args is a list, which gets evaluated<br />
    differently than a plain string script.  Closes SF Bug #833940.</p>
<p>    Ensure that supplementary groups from /etc/group are set if -u<br />
    username is specified, or dropped if a uid is specified so that the<br />
    nsd doesn&#8217;t run with root&#8217;s supplementary groups.  Closes SF Bug<br />
    #425401.</p>
<p>    Trivial: eliminate one compiler warning.</p>
<p>    Make the Tcl_Panic() message from Ns_TlsGet() and Ns_TlsSet()<br />
    include the full function name to aid in debugging.</p>
<p>    Ensure synchronous signals are handled correctly under LinuxThreads.<br />
    Possible fix for SF Bug #982955.</p>
<p>    Fix build on alpha arch, removing extra INT64 typedef.  Closes bug<br />
    #896962.</p>
<p>    ns_log can now log to a custom logger as well.</p>
<p>    Unnecessary test for data != NULL actually caused part of bug<br />
    #971016 when fastpath.cache=false and fastpath.mmap=true and the<br />
    file requested is zero bytes, mmap() returns 0 which gets passed<br />
    along as data == NULL, causing ReturnCharData() to not flush the<br />
    queued headers.  Removing the if is safe as Ns_WriteConn will simply<br />
    flush any queued data.</p>
<p>    If nsend == 0, we would never call Ns_WriteConn to flush the queued<br />
    headers.  This could happen when we&#8217;re sending zero bytes of data as<br />
    a response.  This fixes bug #971016 in the case where<br />
    fastpath.cache=false and fastpath.mmap=false and a zero byte file is<br />
    requested.</p>
<p>    One-liner fix for sending Content-Length header for content of zero<br />
    bytes.  Closes SF Bug #971016.</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2004/07/16/aolserver-406-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.0.5 released</title>
		<link>http://aolserver.sourceforge.net/2004/06/11/aolserver-405-released/</link>
		<comments>http://aolserver.sourceforge.net/2004/06/11/aolserver-405-released/#comments</comments>
		<pubDate>Fri, 11 Jun 2004 12:39:29 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=5</guid>
		<description><![CDATA[Announcing the release of AOLserver 4.0.5. 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://www.sourceforge.net/project/showfiles.php?group_id=3152. For more information on the changes in this version [...]]]></description>
			<content:encoded><![CDATA[<p>Announcing the release of AOLserver 4.0.5. 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.</p>
<p>The source is freely available from the sourceforge.net site at <a href="http://www.sourceforge.net/project/showfiles.php?group_id=3152">http://www.sourceforge.net/project/showfiles.php?group_id=3152</a>.</p>
<p>For more information on the changes in this version please refer to the ChangeLog in the source distribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2004/06/11/aolserver-405-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AOLserver 4.0 GM released</title>
		<link>http://aolserver.sourceforge.net/2003/11/12/aolserver-40-gm-released/</link>
		<comments>http://aolserver.sourceforge.net/2003/11/12/aolserver-40-gm-released/#comments</comments>
		<pubDate>Wed, 12 Nov 2003 11:07:20 +0000</pubDate>
		<dc:creator>Dossy Shiobara</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://aolserver.com/new/?p=4</guid>
		<description><![CDATA[Announcing the release of AOLserver 4.0 GM version. Thanks for all your efforts and contributions. 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 sourceforge.net site http://www.sourceforge.net/project/showfiles.php?group_id=3152. This also [...]]]></description>
			<content:encoded><![CDATA[<p>Announcing the release of AOLserver 4.0 GM version.</p>
<p>Thanks for all your efforts and contributions.  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.</p>
<p>The source is freely available from sourceforge.net site <a href="http://www.sourceforge.net/project/showfiles.php?group_id=3152">http://www.sourceforge.net/project/showfiles.php?group_id=3152</a>.</p>
<p>This also contains a brief release notes. For more detailed description of &#8220;Whats new&#8221;, please refer to the hangeLog in the source distribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://aolserver.sourceforge.net/2003/11/12/aolserver-40-gm-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
