Skip to content

Commit 5dee8c1

Browse files
committed
notes about wtf this is doing here
1 parent e323fa6 commit 5dee8c1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/src/processing/app/WebServer.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
//import javax.swing.SwingUtilities;
99

1010
/**
11-
* An example of a very simple, multi-threaded HTTP server.
12-
* Taken from <a href="http://java.sun.com/developer/technicalArticles/Networking/Webserver/">this</a> article on java.sun.com.
11+
* This code is placed here in anticipation of running the reference from an
12+
* internal web server that reads the docs from a zip file, instead of using
13+
* thousands of .html files on the disk, which is really inefficient.
14+
* <p/>
15+
* This is a very simple, multi-threaded HTTP server, originally based on
16+
* <a href="http://j.mp/6BQwpI">this</a> article on java.sun.com.
1317
*/
1418
public class WebServer implements HttpConstants {
1519

0 commit comments

Comments
 (0)