Embedded Web Server Vs External Web Server

Posted by Jetti on Programmers See other posts from Programmers or by Jetti
Published on 2011-03-14T11:47:05Z Indexed on 2011/03/14 16:20 UTC
Read the original article Hit count: 584

So I've thought of creating a web application in either Lisp or another functional language and was thinking of embedding the web server into the application (have my application handle the HTTP requests). I don't see any issues with that, however, I'm new to creating web applications (and in the grand scheme of things, programming as well). Is there any drawbacks to handling HTTP requests within your program instead of using a web server? Are there any benefits?

© Programmers or respective owner

Related posts about design

Related posts about web-applications