Do you really have to cache something in jabberd when the data can be pulled from the sql database? Sure the data has changed. But if you pull a fresh record each time, I don't see the issue.
Original Message From: Tomasz Sterna Sent: Monday, May 30, 2016 11:40 AM To: [email protected] Reply To: [email protected] Subject: Re: Future of jabberd W dniu 30.05.2016, pon o godzinie 10∶00 -0700, użytkownik [email protected] napisał: > That is one of the beauties of programs written around standard tools > like sql. You can hook into the database and add features, or not. The issue with this approach is that SM component caches user data and has no way of knowing that data was changed directly in database backend. http://martinfowler.com/bliki/TwoHardThings.html -- smoku @ http://abadcafe.pl/ @ http://xiaoka.com/
