[Users] mysql database accounting problems
    Victor Gamov 
    vit at lipetsk.ru
       
    Wed Apr 11 18:48:57 CEST 2007
    
    
  
Bogdan-Andrei Iancu wrote:
> Hi Victor,
> 
> automatic accounting (via flags) works only for transactions (stateful 
> requests). It does not work for stateless processing (like 
> sl_send_reply() - "sl" comes from stateless - or for save() - which 
> internally uses sl_send_reply).
> 
> transactions replied by t_reply() will be accounted, but not the 
> sl_send_reply(). In this last case, use  acc_db_request() to force 
> accounting.
I see.
I do it already but I was need more assurance that it's correct :-)
Thanks!
-- 
CU,
Victor Gamov
    
    
More information about the Users
mailing list