I wanted to write a module which asynchronously send all the traffic to
another IP or PORT where my analytics server will be running. I dont
want to create any lag in serving HTTP requests.
Is there any existing module which I can use as a base and modify to
meet my requirements.
On Monday 19 March 2012 14:08:46 rishabh wrote:
[…]
After a lot of testing. I found another issue.
The processing time of post_action is added to the response time. hence
delaying the response.
It doesn’t delay response, but block the connection, and that’s why we
don’t
recommend to use it. The best way to gather statistics is parsing access
log
files.