atom feed11 messages in ru.sysoev.nginxRe: [ANNOUNCE] ngx_echo v0.29: major ...
FromSent OnAttachments
agentzhMay 5, 2010 2:14 am 
Sergey A. OsokinMay 5, 2010 2:32 am 
agentzhMay 5, 2010 2:51 am 
agentzhMay 6, 2010 4:42 am 
Matthieu TourneMay 6, 2010 10:55 am 
agentzhMay 6, 2010 6:54 pm 
Matthieu TourneMay 7, 2010 9:40 am 
agentzhMay 9, 2010 8:43 pm 
Matthieu TourneMay 10, 2010 12:07 pm 
peterjanovskyMay 10, 2010 1:11 pm 
agentzhMay 10, 2010 8:08 pm 
Subject:Re: [ANNOUNCE] ngx_echo v0.29: major core refactoring and more robust sequential subrequests
From:agentzh (agen@gmail.com)
Date:May 6, 2010 6:54:08 pm
List:ru.sysoev.nginx

On Fri, May 7, 2010 at 1:56 AM, Matthieu Tourne <matt@gmail.com> wrote:

The new version of the echo module looks great, and it's a very good source of inspiration for writing my own module.

Glad to hear that :)

I think that would be amazing if the echo module could be used to "pipe" echo directives to an upstream, in order to create completely custom queries for example, instead of echoing data back to the user.

This is a very intriguing idea and I can see the benefits of debugging custom TCP upstream modules :)

Just to confirm my understanding, I'd ask first...are you suggesting a telnet module for nginx upstreams? *grin*

Do you think that would be feasible ?

Given the flexibility of the nginx core, I'd say "yes" :)

To be honest, I happen to be thinking about mudding with the ngx_http_upstream infrastructure a bit more these days ;)