Re: Nginx lua capture_multi fire and forget

2013-10-25 Thread Yichun Zhang (agentzh)
Hello! On Wed, Oct 23, 2013 at 2:46 AM, PieterVI wrote: > Is there a way to have the lua module launch the requests without waiting > for the response? > It should fire the requests and continue directly afterwards and forget > about the response handling. > I could try and modify the lua module,

Nginx lua capture_multi fire and forget

2013-10-23 Thread PieterVI
Hi all, We're currently using the lua capture_multi to send production request to test systems. And sometimes we also kind of 'fork' these request to multiple test systems. But if one of the test systems is slow to respond the lua code waits till it gets all responses. And this is something we ac