You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by dean gaudet <dg...@arctic.org> on 2001/05/26 04:49:54 UTC

X15 beta 1 - source release (fwd)

fyi.  this is a userland webserver for linux which performs as well as the
kernel TUX server (which held the specweb99 record for some time).  it
achieves this because much of the kernel machinery for TUX is generically
available, for example:  zero-copy transmit through sendfile, and
lightweight event-style i/o through rt signals.  i haven't studied it
closely yet, but i figured it might be interesting to some.

-dean

---------- Forwarded message ----------
Date: Fri, 25 May 2001 18:06:19 -0700
From: Fabio Riccardi <fa...@chromium.com>
To: linux-kernel@vger.kernel.org
Cc: Alan Cox <al...@lxorguk.ukuu.org.uk>, Christopher Smith <x...@xman.org>,
     Andrew Morton <an...@uow.edu.au>, Timothy D. Witham <wo...@osdlab.org>,
     David_J_Morse@Dell.com, Ingo Molnar <mi...@elte.hu>,
     David S. Miller <da...@redhat.com>,
     dean gaudet <de...@arctic.org>,
     Zach Brown <za...@zabbo.net>
Subject: X15 beta 1 - source release

Dear all,

I finally managed to package the X15 web accelerator for the first
source release.

The current release includes a CGI module, an Apache configuration
module and several salability improvements. It is a beta 1, quite stable
but it may/will still contain a few bugs. The README is a bit outdated
and the code could use more comments... :)

The code It is released under an Open Source license very much in the
spirit of Sun/Solaris, Apple/Darwin, etc., but less restrictive.

Basically (for what I have been explained by our lawyers :) the license
says that:

 1) you can peruse the code for your own use and/or research in any way
you like,

 2) you can use X15 for your own non commercial use (i.e., you can have
the fastest family reunion pictures website of the planet),

 3) if you want to use the software for any commercial exploitation you
have to buy a license from Chromium Communications,

 4) if you make changes they belong to you, but if you send them back to
us than you agree to not claim anything for them.

You can get the sources from:
http://www.chromium.com/cgi-bin/crosforum/YaBB.pl

or (when the DNS gets propagated) from: http://source.chromium.com/

Our source site sports one of those nifty sourceforge-like interfaces
for discussions, bug reports and whatever, I'd prefer you to use that
instead of sending email directly to me or to this list.

I'll build a proper "product" web page and add more documentation in the
next few days.

 - Fabio


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/