fmII
Sat, May 17th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 01:42 PDT
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]
Theme topics | Apps | Resources | Window Managers | Afterstep | Blackbox | Enlightenment | Fluxbox | GTK | IceWM | KDE | MetaCity | Sawfish | Window Maker

 Cheetah Server - Default branch
Section: Unix

 

Added: Mon, Mar 31st 2003 00:12 PDT (5 years, 1 month ago) Updated: Sun, Jun 13th 2004 02:01 PDT (3 years, 11 months ago)


About:
Cheetah is a very minimal Web server for testing small local sites, or to continue to serve some content while configuring your primary Web server. It has very few features (and is single-threaded, non-forking for now), except that it will serve files in a directory under a user-specified port, does not require root access, and can serve Last Modified information to aid caching.

Author:
LukeyBoy [contact developer]

Rating:
8.25/10.00 (1 vote)

Tar/GZ:
http://www.neuro-tech.net/files/cheetah-1.8.tar.gz
Changelog:
http://www.neuro-tech.net/files/cheetah-ChangeLog

Trove categories: [change]
[Development Status]  4 - Beta
[Environment]  Console (Text Based)
[License]  OSI Approved :: GNU General Public License (GPL)
[Operating System]  POSIX :: Linux, Unix
[Programming Language]  C
[Topic]  Internet :: WWW/HTTP :: HTTP Servers

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» LukeyBoy (Owner)

» Rating: 8.25/10.00 (Rank N/A)
» Vitality: 0.00% (Rank 9414)
» Popularity: 0.46% (Rank 12469)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 7,513
   URL hits: 2,461
   Subscribers: 7

Other projects from the same categories:
GNU libmicrohttpd
IMAP Calendar Proxy
Comanche HTTP Server
mod_dav
Dune

Users who subscribed to this project also subscribed to:
Usermin
Valgrind
RavenNuke
NASLite
jsfirewall


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.8 13-Jun-2004 GNU General Public License (GPL) Tar/GZ Changelog

 Comments

[»] YAWS??
by Michael Shigorin - Mar 31st 2003 23:56:27

Hey but aren't several hundreds of available web servers just enough?

Personally, my favorite lightweight/instantly-available/fast&simple web server is Boa (0.92 branch, specifically).

It's already multiplexing and all the stuff, so why waste time on duplicating what is already done better?

No offense, just sad to see the "yet another" effort.

--
Michael Shigorin mike SOMEWHERE AT altlinux PLUS DOT org

[reply] [top]


    [»] Re: YAWS??
    by LukeyBoy - Apr 1st 2003 00:02:06

    If creating software for the purpose of learning (and then giving it out so other people can learn) is sad, then I'm one unhappy bastard. :-(

    One of the nice things about this piece of code is size - 348 lines. Somebody that's new to programming can hopefully easily understand the software and it may just help someone else learn to code.


    > Hey but aren't several hundreds of
    > available web servers just enough?
    >
    > Personally, my favorite
    > lightweight/instantly-available/fast&simple
    > web server is Boa (0.92 branch,
    > specifically).
    >
    > It's already multiplexing and all the
    > stuff, so why waste time on duplicating
    > what is already done better?
    >
    > No offense, just sad to see the
    > "yet another" effort.

    [reply] [top]


      [»] Re: YAWS??
      by Michael Shigorin - Apr 1st 2003 00:15:20


      > If creating software for the purpose of
      > learning (and then giving it out so
      > other people can learn) is sad, then I'm
      > one unhappy bastard. :-(

      Hey no :) I meant "time spent on re-creating the commodity code", the one that's been written of so many times already.

      I almost got that way when I needed to do arbitrary precision maths for B.Sc. (I'm M.Sc. ;-), and almost sat down and wrote some chunked-number stuff for myself. But then got kindly pointed to GNU MP library (libgmp), and that was just superior to *anything* I could do that way.

      It isn't that simple, but if I wanted to learn the inside, I'd still have a bunch of other, less advanced (or more focused ;-) projects to examine.

      That's what I meant; you can also look at the article ``Freshmeat's stance on "trivial" software'' in FM section.

      Good luck!

      --
      Michael Shigorin mike SOMEWHERE AT altlinux PLUS DOT org

      [reply] [top]


        [»] Re: YAWS??
        by LukeyBoy - Apr 1st 2003 00:31:14

        Yes, and if someone needs an extremely robust, reliable server I'll gladly send them to Apache. If they want to see a very short implementation of an HTTP daemon that they can comprehend in one sitting they can use this.

        Trivial software, I don't know... I don't think there's much software that I consider trivial (of the open-source variety). Besides, I had to justify this entry to the Freshmeat editors and apparently it's not too trivial :-)


        > Hey no :) I meant "time spent on
        > re-creating the commodity code", the one
        > that's been written of so many times
        > already.
        >
        > I almost got that way when I needed to
        > do arbitrary precision maths for B.Sc.
        > (I'm M.Sc. ;-), and almost sat down and
        > wrote some chunked-number stuff for
        > myself. But then got kindly pointed to
        > GNU MP library (libgmp), and that was
        > just superior to *anything* I could do
        > that way.
        >
        > It isn't that simple, but if I wanted to
        > learn the inside, I'd still have a bunch
        > of other, less advanced (or more focused
        > ;-) projects to examine.
        >
        > That's what I meant; you can also look
        > at the article ``Freshmeat's stance on
        > "trivial" software'' in FM section.
        >
        > Good luck!

        [reply] [top]


          [»] Re: YAWS??
          by EdsipeR - Jun 14th 2004 18:33:16

          Create a web server it's one of the most interesting thing that you can do, you can learn so much...no all like's write one but it's a good experience...

          http://monkeyd.sf.net

          see ya!

          Big Monkey



          > Yes, and if someone needs an extremely

          > robust, reliable server I'll gladly send

          > them to Apache. If they want to see a

          > very short implementation of an HTTP

          > daemon that they can comprehend in one

          > sitting they can use this.

          >

          > Trivial software, I don't know... I

          > don't think there's much software that I

          > consider trivial (of the open-source

          > variety). Besides, I had to justify

          > this entry to the Freshmeat editors and

          > apparently it's not too trivial :-)

          >

          >

          > % Hey no :) I meant "time spent on

          > % re-creating the commodity code", the

          > one

          > % that's been written of so many times

          > % already.

          > %

          > % I almost got that way when I needed

          > to

          > % do arbitrary precision maths for

          > B.Sc.

          > % (I'm M.Sc. ;-), and almost sat down

          > and

          > % wrote some chunked-number stuff for

          > % myself. But then got kindly pointed

          > to

          > % GNU MP library (libgmp), and that was

          > % just superior to *anything* I could

          > do

          > % that way.

          > %

          > % It isn't that simple, but if I wanted

          > to

          > % learn the inside, I'd still have a

          > bunch

          > % of other, less advanced (or more

          > focused

          > % ;-) projects to examine.

          > %

          > % That's what I meant; you can also

          > look

          > % at the article ``Freshmeat's stance

          > on

          > % "trivial" software'' in FM section.

          > %

          > % Good luck!

          >

          >

          >

          [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber