herbasher pisze:
> How do I built highly available and lighting fast Python webservice?
Write optimized code and use it in conjunction with twisted.web.
--
Jarek Zgoda
http://zgodowie.org/
--
http://mail.python.org/mailman/listinfo/python-list
Il Fri, 14 Dec 2007 11:07:49 -0800, herbasher ha scritto:
> Hello!
>
> I'm wondering: I'm really not so much into heavy frameworks like Django,
> because I need to build a fast, simple python based webservice.
>
> That is, a request comes in at a certain URL, and I want to utilize
> Python to re
herbasher wrote:
> I'm wondering: I'm really not so much into heavy frameworks like
> Django, because I need to build a fast, simple python based
> webservice.
>
> That is, a request comes in at a certain URL, and I want to utilize
> Python to respond to that request.
>
> Ideally, I want the scri
Hello!
I'm wondering: I'm really not so much into heavy frameworks like
Django, because I need to build a fast, simple python based
webservice.
That is, a request comes in at a certain URL, and I want to utilize
Python to respond to that request.
Ideally, I want the script to be "cached" so it d