Howdy, Sharriff: 


  Sorry for the delayed response.

  The webserver you're referring to went like this.
  Originally, Tyler and I built a version with the goal of
  making a working webserver in as few lines as possible.
  This was 20 lines, if I remember right.  Bo, later, reworked
  the webserver to add REBOL cgi support.  

  So the goal wasn't really robustness, though it looks like
  Ryan put it through its paces :-).  A more robust webserver
  could be achieved using port multiplexing.  A good example
  of this is Sterling Newton's http proxy script:

  http://www.rebol.org/web/proxy.r

  Certainly you could add mime types and all sorts of
  stuff. There's also (Ingo Hohmann's) YaRWeS (Yet another rebol web
  server -- did I get that right?) that had a bunch more
  direct support for mime types and lots of other goodies as
  does Cal Dixon's REBOL webserver:

  http://www.rebol.org/web/webserv.html

  (I can't seem to find Ingo's webserver.  It's not on his
  site or on rebol.org-- maybe it's not released anymore)

  As far as licensing goes, the script is public domain, and
  REBOL has it's own EULA (end user license agreement). So,
  that's my understanding of that stuff.  

  Salutations--

  -jeff

> Hi Mr.Tyler Booth, Jeff Kreis and Bohdan Lechnowsky !
> 
> Have you done a  stress test with  The "microweb server" or
> "small  web  server" ?  I     had in mind to  deploy    our
> applications with another free  web server, but it would be
> nice if everything was in REBOL, code and deployment, how I
> want it, transparently ( human readable REBOL code) .
> 
>     I would like  to serve XML,  XHTML and HTML  pages in an
>     Intranet situation (  40-50 users  ).   Can I  add other
>     MIME types? I use FLASH  a lot for navigation menus,  so
>     I�ll be  needing SWF support.   Since its  written in
>     rebol, one could tailor an install routine accordingly.
> 
> Any  ideas? Please advise  ASAP, if  this idea is feasible,
> let me know more about licensing,  I�ll speak to my boss
> about it.
> 
> 
> Sharriff Aina med.iq information & quality in healthcare AG

Reply via email to