HTTP server + SQLite?

lbolla lbolla at gmail.com
Mon May 3 12:51:26 EDT 2010


On May 3, 8:46 am, Gilles Ganault <nos... at nospam.com> wrote:
> Hello
>
> I'd like to build a prototype that will combine a web server as
> front-end (it must support GZIPping data to the remote client when
> there are a lot of data to return), and SQLite as back-end, call the
> server from a VB.Net application, and see how well this works. I want
> to see if performance is significantly lower than using a server that
> uses a binary protocol.
>
> I'm no Python expert, so would appreciate any information on how to
> combine a web server and SQLite into a single Python application. This
> is just for a proof-of-concept, so it doesn't need to be
> shipping-quality.
>
> Thank you for any hint.

I quite like web.py: http://webpy.org/
L.



More information about the Python-list mailing list