Re: CrazyHTTPd - HTTP Daemon in Python

2013-05-26 Thread Marc Christiansen
Mark Lawrence wrote: > On 26/05/2013 04:55, cdorm...@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. >> W

Re: CrazyHTTPd - HTTP Daemon in Python

2013-05-26 Thread Fábio Santos
On 26 May 2013 05:18, "Mark Lawrence" wrote: > > On 26/05/2013 04:55, cdorm...@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

Re: CrazyHTTPd - HTTP Daemon in Python

2013-05-25 Thread cdorm245
thon-list@python.org > > From: breamore...@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, cdorm...@gmail.com wrote: > >> This is a small little Project that I have

RE: CrazyHTTPd - HTTP Daemon in Python

2013-05-25 Thread Carlos Nepomuceno
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: breamore...@yahoo.co.uk > Subject: Re: CrazyHTTPd - HTTP Daemon in

Re: CrazyHTTPd - HTTP Daemon in Python

2013-05-25 Thread Mark Lawrence
On 26/05/2013 04:55, cdorm...@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 pow