atom feed4 messages in ru.sysoev.nginxRe: Pointers on writing an Nginx modu...
FromSent OnAttachments
Ashish SMar 8, 2012 1:18 am 
Ed WMar 8, 2012 5:13 am 
Piotr SikoraMar 8, 2012 5:30 am 
Ashish SMar 8, 2012 6:26 pm 
Subject:Re: Pointers on writing an Nginx module/application which needs to talk to multiple backends (sometimes sequentially, sometimes parallel) to serve a single request
From:Ed W (lis@wildgooses.com)
Date:Mar 8, 2012 5:13:52 am
List:ru.sysoev.nginx

On 08/03/2012 09:19, Ashish S wrote:

Hi,

I am trying to do something similar to what is described in this older thread:
http://nginx.2469901.n2.nabble.com/How-can-a-content-handler-block-on-certain-events-before-sending-a-response-td5764856.html

Below is what i am trying to achieve (my use-case):

Does it need to be an nginx module, or could you use CGI of some sort? eg you could knock this up in your favourite scripting language very easily?

Good luck