15 messages in ru.sysoev.nginxRe: sending data in "chunks"
FromSent OnAttachments
Manlio PerilloSep 16, 2007 10:36 am 
Igor SysoevSep 16, 2007 10:43 am 
Manlio PerilloSep 16, 2007 11:07 am 
Igor SysoevSep 16, 2007 11:13 am 
Manlio PerilloSep 16, 2007 11:35 am 
Igor SysoevSep 16, 2007 11:43 am 
Adrian Perez de CastroSep 16, 2007 1:35 pm 
Manlio PerilloSep 16, 2007 1:50 pm 
Igor SysoevSep 18, 2007 11:29 am 
Igor SysoevSep 18, 2007 11:32 am 
Manlio PerilloSep 18, 2007 12:16 pm 
Igor SysoevSep 18, 2007 12:30 pm 
Manlio PerilloSep 18, 2007 12:44 pm 
Adrian Perez de CastroSep 19, 2007 7:59 am 
Manlio PerilloSep 21, 2007 1:02 pm 
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: sending data in "chunks"Actions...
From:Manlio Perillo (manl@public.gmane.org)
Date:Sep 18, 2007 12:44:08 pm
List:ru.sysoev.nginx

Igor Sysoev ha scritto:

[...]

So, please let me know if I'm right:

Thanks, this means that I can try to add NGX_AGAIN support without too much trouble.

What happens in case of errors?

NGX_ERROR.

The problem is that the error can happen in a write_event handler.

This means, if I'm right, that I have no way to know if the data has been sent without problems.

P.S. The source code of what I'm doing can be found here: http://hg.mperillo.ath.cx/nginx/mod_pg/

I will look. Unfortunatly, now I have too few productive time.

Thanks, however note that mod_pg is still in the early stage of development, so it may be not worth of looking, and you could be disappointed on how bad I'm treating nginx :-).