<p>Hi All,</p>
<p>Here's what I wanted to do:</p>
<p>1) I wanted to write a Nginx location handler for example 
"/mylocation" which when invoked should call another program to get the 
response.</p>
<p>2) The other external program provides a client library where we can register callbacks.</p>
<p>3) The external program will call the callback when the data is available.</p>
<p> </p>
<p>I wanted to know if I am using an external library and one of the 
external API is asking for registering callback, how i can achieve this 
in Nginx.</p>
<p>I cannot give any function from my handler, as that is called internally by the nginx Core.</p>
<p> </p>
<p>Please guide me how I can register a callback inside Nginx which will be called by the external program.</p>
<p> </p>
<p>Thanks,</p>
<p>Raul.</p>