<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/2217/An_Overview_of_the_Boa_Web_Server</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 06 Jul 2009 17:58:41 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Interesting</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>This definitely looks like a Web server with potential. Not everyone needs the power of Apache and this could be an excellent alternative to Insecure Internet Server (IIS).</description>
			<pubDate>Mon, 25 Nov 2002 03:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Interesting</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Only problem I find for a small web server project is that it does not support PHP directly (mySQL/PostgreSQL).</description>
			<pubDate>Mon, 25 Nov 2002 04:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Umm....what prompted this?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>You may as well make a post about mathopd (www.mathopd.org) while you are at it.  Just as small, but dramatically faster and supports php and such (through CGI).  Anyways, only reason why I tout this one is because I've been running it succesfully for a couple years now.</description>
			<pubDate>Mon, 25 Nov 2002 05:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>nice app, but</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Well, it used to be that I was poor student with parttime work. And I wanted to setup one of those cool firewall/router/server boxes that everyone was setting up. Sadly the only machine I could get at the time was a 386 with a 1.2 and a 800mb drives and 16mb of ram(maxed out). Running epic sessions over ssh only worked a blowfish cypher, etc..reiserfs &amp; lvm took quite a bit of my boottime.<br />
<br />
So anyway apache wasn't an option, but I wanted virtual host support. So guess what, I used boa since it ran fast..but gee..it only has ip-based(doesnt work for cheap people like me) virtual hosting. So i spent a few hours modifying the source to support that. And let me say..the code sucks,  their structure just refuses to be altered. I  see very little room for expansion. Anyway just my rant..<br />
<br />
Btw, later i got a pIII 550 to replace the 386, and setting up virtual hosts on apache took me about 2x as long cos i forgot to include the default handler <img src="/images/emo/tongue.gif" alt=";)" />  Silly using other people's code</description>
			<pubDate>Mon, 25 Nov 2002 06:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Taras</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description><i>So i spent a few hours modifying the source to support that. And let me say..the code sucks, their structure just refuses to be altered. I see very little room for expansion. Anyway just my rant.</i><br />
<br />
That's a typical problem with uniprocess internal multiplexing.  I'm guessing it relies heavily on non-blocking I/O as well.<br />
<br />
This sort of structure just leads to messy and difficult to maintain code.<br />
<br />
Most likely this server would crumple under any sort of load as well.</description>
			<pubDate>Mon, 25 Nov 2002 08:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Interesting</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Boa is great frontend for apache+perl. Boa servs static pages and acts as redirector for apache with mod_fastcgi. I'm very happy with that configuration.</description>
			<pubDate>Mon, 25 Nov 2002 09:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>best little one</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>thttp is slowly climbing the ranks over at netcraft. <br />
<br />
One of the best little full web servers out there. So easy to setup and run and damn fast.<br />
<a href="http://www.acme.com" rel="nofollow">http://www.acme.com</a><br />
<br />
Either thttp or Tux for me if not Apache.<br />
<br />
(also, X15 from Chromium Communications was looking to be the BEST even over Apache, but I think development has stopped.)<br />
<br />
Just my 2cents</description>
			<pubDate>Mon, 25 Nov 2002 11:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Also...</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I think this article is a bit OT @ osnews.com also it has been written by the boa author...</description>
			<pubDate>Mon, 25 Nov 2002 12:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>seems good, but</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>there are soo many Webserver alternatives on all common &amp; outbattled OSes, that it's just a nice read.<br />
RobinHood, BONE, PostgreSQL &amp; PHP on a 500MHz PII/w BeOS R5 PE is all I need.<br />
Streaming Internet Radio integrated ;-) (big hooray to Soundplay, THE multi - versatile Medialayer).<br />
All for free &amp; simple.</description>
			<pubDate>Mon, 25 Nov 2002 13:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>pronouns</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I read the first page of the article, an interesting read, but i had to stop, for the love of god, someone tell that guy how to use pronouns.  I got tired of &quot;Boa can...&quot; and stuff like that.</description>
			<pubDate>Mon, 25 Nov 2002 14:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>mathopd, thttpd</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description><i>You may as well make a post about mathopd (www.mathopd.org) while you are at it. Just as small, but dramatically faster and supports php and such (through CGI). Anyways, only reason why I tout this one is because I've been running it succesfully for a couple years now.</i><br />
<br />
Quite right. And why wasn't more said about thttpd which is a great tiny fast webserver?</description>
			<pubDate>Mon, 25 Nov 2002 15:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Servers</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Yeah. And why doesn't Eugenia register httpdnews.com while she's at it? <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
Mr. Nelson apparently submitted an article about Boa, thus the article is only about Boa. If you want an article about http server X, I suggest you write one and submit it for our reading pleasure <img src="/images/emo/smile.gif" alt=";)" /> .</description>
			<pubDate>Mon, 25 Nov 2002 19:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Also...</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt;I think this article is a bit OT @ osnews.com<br />
<br />
Not at all. It is a great subject and OSNews is not just about OSes. How many times will I have to say that?<br />
<a href="http://www.osnews.com/story.php?news_id=363" rel="nofollow">http://www.osnews.com/story.php?news_id=363</a><br />
<br />
&gt;also it has been written by the boa author...<br />
<br />
Yes indeed. I asked Jon to write an article for OSNews about Boa a few months ago, and this article is the result of this request.</description>
			<pubDate>Mon, 25 Nov 2002 19:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>New in latest release - sendfile()</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Use of sendfile() syscall boa far more better. With previous versions, my celeron 366 with shitty realtek card was able to serve file with speed about 4-5 MiB/s. But was completetly unusable at the same time - mouse in X hardly worked, keys won't respond, overall performance was sluggish.<br />
<br />
With latest boa I can serve files with speed 6 MiB/s (as long as this file is in cache) without any slowdown. In fact, I don't even realizing that somebody is getting from me an .iso image over LAN - everything goes smooth!</description>
			<pubDate>Mon, 25 Nov 2002 19:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Why not AOL server?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>It's performance is GREAT!  Doesn't fork, and you can load in modules or use the built in TCL interpreter.  did I mention it doesn't fork and handles database connection pooling quite well?<br />
<br />
AOL uses it...it handles large loads really well.</description>
			<pubDate>Tue, 26 Nov 2002 04:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Been using it for 6 years...</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I'm constantly amazed by the horsepower people throw at web serving. My primary server is still the same K5t-133 with 64M of RAM that it was running on in 1996, and it runs Boa very well indeed. When I turn off the Distributed.net code cracker, the CPU load while Boa is actively serving files and all system overhead is less than .2.<br />
<br />
The real magic is that Boa doesn't try to be everything to everybody the way that Apache does.<br />
<br />
Yes, there are other web servers. They work well too. That's not the point. The article was about Boa, not abut comparisons between small web servers.<br />
<br />
Bob-</description>
			<pubDate>Wed, 27 Nov 2002 17:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
