28 messages in ru.sysoev.nginxRe: [wsgi] Python interpreter initial...
FromSent OnAttachments
Manlio PerilloAug 20, 2007 3:15 am 
Igor SysoevAug 20, 2007 3:28 am 
Igor SysoevAug 20, 2007 3:41 am 
Igor SysoevAug 20, 2007 3:45 am 
Manlio PerilloAug 20, 2007 3:50 am 
Manlio PerilloAug 20, 2007 3:57 am 
Igor SysoevAug 20, 2007 6:17 am 
Manlio PerilloAug 20, 2007 6:35 am 
Manlio PerilloAug 20, 2007 1:16 pm 
Rui LopesAug 20, 2007 1:35 pm 
Aleksandar LazicAug 20, 2007 1:52 pm 
Manlio PerilloAug 20, 2007 1:55 pm 
Cliff WellsAug 20, 2007 4:22 pm 
Manlio PerilloAug 21, 2007 12:17 am 
Manlio PerilloAug 21, 2007 12:19 am 
Aleksandar LazicAug 21, 2007 12:56 am 
Aleksandar LazicAug 21, 2007 12:58 am 
Aleksandar LazicAug 21, 2007 1:00 am 
Manlio PerilloAug 21, 2007 1:04 am 
Manlio PerilloAug 21, 2007 4:51 am 
Aleksandar LazicAug 21, 2007 6:26 am 
marc...@public.gmane.orgAug 21, 2007 6:26 am 
Aleksandar LazicAug 21, 2007 6:34 am 
Manlio PerilloAug 21, 2007 6:35 am 
Kiril AngovAug 21, 2007 6:59 am 
Manlio PerilloAug 21, 2007 7:09 am 
Aleksandar LazicAug 21, 2007 7:17 am 
Cliff WellsAug 21, 2007 11:01 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [wsgi] Python interpreter initializationActions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Aug 21, 2007 6:26:29 am
List:ru.sysoev.nginx

On Die 21.08.2007 13:52, Manlio Perillo wrote:

Aleksandar Lazic ha scritto:

On Die 21.08.2007 09:17, Manlio Perillo wrote:

Why should we implement and use server that speaks languages other then HTTP?

Due the fact that HTTP is stateless ;-).

Well, being stateless (RESTfull) is one of main reason of the success of HTTP...

Yep, full ack.

What's the advantage of implementing an AJP server that can not serve HTTP requests without another web server that converts HTTP requests to AJP requests?

I think that you are right in this way, I think also that a ajp module in nginx will be nice, however the way you go with a nginx => nginx with mod_wsgi looks to me simlar ;-) only the protocol is http.

Neverless I thank you that you start to work on wsgi bevor I start on ajp so I can learn a lot during your implementation.

Maybe writing an AJP parser is simpler than writing an HTTP parser, but this is the reason why I'm using nginx instead of writing an HTTP server from scratch.

No probs, I will see how *easy* a ajp parser will be ;-))

Cheers

Aleks