Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Small Web Server Released, Based On LISP

Name: Anonymous 2009-05-26 4:14

http://tech.slashdot.org/article.pl?sid=09/05/25/1553220&art_pos=14

 Cougem writes "John Fremlin has released what he believes to be the worlds fastest webserver for small dynamic content, teepeedee2. It is written entirely in LISP, the world's second oldest high-level programming language. He gave a talk at the Tokyo Linux Users Group last year, with benchmarks, which he says demonstrate that 'functional programming languages can beat C.' Imagine a small alternative to Ruby on rails, supporting the development of any web application, but much faster." 

Best regards,
www.stormfront.org

Name: Anonymous 2009-05-26 4:38

>>1
Wrong, this is the smallest and fastest web server ever.

ServerSocket sock=new ServerSocket(80);
Socket s;
while(s=sock.accept()){
 BufferedReader in=new BufferedReader(s.getInputStream());
 while(in.readLine()!=null);
 out.writeData("HTTP/1.1 200 OK\r\n\r\n");
 out.writeData("SMALLEST WEBSARVER EVER");
 out.flush();
 s.close();
}

IHBT

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List