[Bug 240981] Crash of akonadi on login

Luis Silva lacsilva at gmail.com
Thu Sep 30 16:08:26 BST 2010


https://bugs.kde.org/show_bug.cgi?id=240981





--- Comment #29 from Luis Silva <lacsilva gmail com>  2010-09-30 17:08:23 ---
(In reply to comment #25)
> > You mean if the user has running _two_ sessions in parallel from different
> > workspaces? Well, that will indeed will cause troubles, but this will happen
> > with any other software as well, which assumes that it has exclusive access to
> > its configuration/data files.
> 

Well, it seems to me that your problem is concurrent access to the database
files. From my point of view there are two solutions to your problem:
1) On your side:Configure akonadi to connect to a dedicated mysql server with a
database for each user of your system. Then, concurrent accesses will be dealt
with by the server with no problems. 
2) On development side: Get akonadi to recognize that the database is already
being accessed by another machine and take steps to not colide with it.
Ideally, akonadi would make a copy of the database files and operate on those
in the case of a concurrent access. Concurrent access to resources seems to
already be handled properly.

I hope this helps,
Luis

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list