Re: CrazyHTTPd - HTTP Daemon in Python

2013-05-26 Thread Marc Christiansen
Mark Lawrence wrote: > On 26/05/2013 04:55, [email protected] 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, [email protected] 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
[email protected] > > From: [email protected] > > Subject: Re: CrazyHTTPd - HTTP Daemon in Python > > Date: Sun, 26 May 2013 05:06:50 +0100 > > > > On 26/05/2013 04:55, [email protected] 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: [email protected] > From: [email protected] > Subject: Re: CrazyHTTPd - HTTP Daemon in

Re: CrazyHTTPd - HTTP Daemon in Python

2013-05-25 Thread Mark Lawrence
On 26/05/2013 04:55, [email protected] 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

CrazyHTTPd - HTTP Daemon in Python

2013-05-25 Thread cdorm245
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:140