Re: [Tutor] WSGI / Apache

2010-03-10 Thread Giorgio
2010/3/8 Benno Lang > > > WSGI is based on CGI, so I imagine that it's not too difficult to have > a wrapper that converts between the protocols. I haven't tried > wsgiref, though. > Yes Benno it isn't. It seems that mod_wsgi is the most used alternative. > > > Do you have any idea i should us

Re: [Tutor] WSGI / Apache

2010-03-08 Thread Benno Lang
On 5 March 2010 04:37, Giorgio wrote: > Hi, > > as you all probably know i'm using the Google App Engine platform for my > python code. > > As I learn python i try to understand more and more how GAE works. Today > i've noticed that all applications on GAE are running on WSGI. A quick > Google sea

[Tutor] WSGI / Apache

2010-03-04 Thread Giorgio
Hi, as you all probably know i'm using the Google App Engine platform for my python code. As I learn python i try to understand more and more how GAE works. Today i've noticed that all applications on GAE are running on WSGI. A quick Google search told me that WSGI is a new standard for web appli