Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46043
| From | Carlos Nepomuceno <carlosnepomuceno@outlook.com> |
|---|---|
| Subject | RE: CrazyHTTPd - HTTP Daemon in Python |
| Date | 2013-05-26 07:21 +0300 |
| References | <kns1ne$2kr$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2161.1369542110.3114.python-list@python.org> (permalink) |
Your code isn't threaded. I suggest you consider[1] and take that road! ;) Good luck! [1] http://bulk.fefe.de/scalable-networking.pdf ---------------------------------------- > To: python-list@python.org > From: breamoreboy@yahoo.co.uk > Subject: Re: CrazyHTTPd - HTTP Daemon in Python > Date: Sun, 26 May 2013 05:06:50 +0100 > > On 26/05/2013 04:55, cdorm245@gmail.com wrote: >> This is a small little Project that I have started. Its a light little Web Server (HTTPd) coded in python. Requirements: Python 2.7 =< And Linux / BSD. I believe this could work in a CLI Emulator in windows too. >> Welcome to check out the website powered by CrazyHTTPd: http://web.crazycoder.me:14081/index.html >> >> Please Email me with any bugs, errors, and/or comments about my little project: cdorm245@gmail.com >> > > IMHO writing a project right now that is limited to Python 2 is about as > much use as a chocolate teapot. > > -- > If you're using GoogleCrap™ please read this > http://wiki.python.org/moin/GoogleGroupsPython. > > Mark Lawrence > > -- > http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
CrazyHTTPd - HTTP Daemon in Python cdorm245@gmail.com - 2013-05-25 20:55 -0700
Re: CrazyHTTPd - HTTP Daemon in Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-26 05:06 +0100
Re: CrazyHTTPd - HTTP Daemon in Python Marc Christiansen <usenetmail@solar-empire.de> - 2013-05-26 12:06 +0200
RE: CrazyHTTPd - HTTP Daemon in Python Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-26 07:21 +0300
Re: CrazyHTTPd - HTTP Daemon in Python cdorm245@gmail.com - 2013-05-25 21:58 -0700
Re: CrazyHTTPd - HTTP Daemon in Python Fábio Santos <fabiosantosart@gmail.com> - 2013-05-26 10:21 +0100
csiph-web