hi, I am planning to build some sort of user action analytics into my system. For this, I need to log all user actions into the table . Since an additional db write for every function call can be a performance issue, my idea is to introduce an async batch write(say after every hundred lines of logs, a job will bulk insert that into the table).
Please advice on the best way of doing this using web2py. regds, Suresh -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

