Re: Web framework for embedded system

2009-04-29 Thread alex23
On Apr 30, 3:32 am, Thomas Heller wrote: > I'm very happy to see that these frameworks deliver ~10 pages per second > (cherrypy) or ~3.5 pages per second (webpy) out of the box on a system > that is 50 times slower than a typical desktop PC.  Of course these > were very short pages. I was remiss

Re: Web framework for embedded system

2009-04-29 Thread Thomas Heller
Thomas Heller schrieb: > I'm looking for a lightweight web-framework for an embedded system. > The system is running a realtime linux-variant on a 200 MHz ARM > processor, Python reports a performance of around 500 pystones. > > The web application will not be too fancy, no databases involved > fo

Re: Web framework for embedded system

2009-04-28 Thread alex23
On Apr 28, 5:43 pm, Thomas Heller wrote: > I'm looking for a lightweight web-framework for an embedded system. > [...] > Does this sound sensible at all? Any suggestions? I'd highly recommend taking a look at CherryPy: http://www.cherrypy.org/ The developers describe it as a "HTTP framework", be

Re: Web framework for embedded system

2009-04-28 Thread Scott David Daniels
Thomas Heller wrote: I'm looking for a lightweight web-framework for an embedded system. The system is running a realtime linux-variant on a 200 MHz ARM processor, Python reports a performance of around 500 pystones > Does this sound sensible at all? Any suggestions? Look at this talk from

Re: Web framework for embedded system

2009-04-28 Thread Suraj Barkale
Thomas Heller python.net> writes: > > I'm looking for a lightweight web-framework for an embedded system. > The system is running a realtime linux-variant on a 200 MHz ARM > processor, Python reports a performance of around 500 pystones. You can start with webpy (http://webpy.org/) and build up

Re: Web framework for embedded system

2009-04-28 Thread bobicanprogram
On Apr 28, 3:43 am, Thomas Heller wrote: > I'm looking for a lightweight web-framework for an embedded system. > The system is running a realtime linux-variant on a 200 MHz ARM > processor, Python reports a performance of around 500 pystones. > > The web application will not be too fancy, no datab

Re: Web framework for embedded system

2009-04-28 Thread Gerhard Häring
Thomas Heller wrote: > I'm looking for a lightweight web-framework for an embedded system. > The system is running a realtime linux-variant on a 200 MHz ARM > processor, Python reports a performance of around 500 pystones. > > The web application will not be too fancy, no databases involved > for

Web framework for embedded system

2009-04-28 Thread Thomas Heller
I'm looking for a lightweight web-framework for an embedded system. The system is running a realtime linux-variant on a 200 MHz ARM processor, Python reports a performance of around 500 pystones. The web application will not be too fancy, no databases involved for example, but it will need to cont