[vlc-devel] [PATCH] Sqlite Module for VLC, GSoC 09

Rémi Denis-Courmont remi at remlab.net
Wed Sep 16 08:53:45 CEST 2009


On Wed, 16 Sep 2009 02:46:42 +0530, Srikanth Raju <srikiraju at gmail.com>
wrote:
> I don't see why there's a problem with sql_t being shared. Many modules
> might share the same sql connection.

This is counter intuitive, will most certainly cause race-conditions in the
end. In general, sharing data that does not need to be shared is a *bad*
idea, both in terms of (code) simplicity and performance (no contention).

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list