hi, i am writing a module that creates and returns large amount of data, obviously this is blocking the worker but my main function that create the data can be called many times to get the result by parts.
I cannot find what's the right way to setup my handler, the intention is to invoke my function many times as required and send out the results by chunks, whats the best approach ? thanks J.Z.
_______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel