Mark Alan wrote:
> Gjergj Sheldija wrote:
>   
>> hello Mark,
>>
>> it's not a problem..but maybe it would be better to create another db to
>> hold the logs in...what do you think ?
>>     
>
> Keeping login/user access data in a table is the natural thing to do.
> A simple table in the care2x main dbms (MySQL/postgreSQL) would be enough.
>
> In fact, keeping records of user login data is a mandatory part of any 
> application in which users create or change patient data. In some 
> countries it is even enforced by law.
>   
don't you think it'll be too much of an overload for the main db to handle
even the access logs ?
every time you click in a module on c2x it generates a log entry..
that's why i preferred the sqlite way..quick inserts with practically
filesystem access times...

during the tests i made it was quicker than mysql,
at least on a system with 350 users on...


gj.
>
> M.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>   

------------------------------------------------------------------------------
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to