Sorry, I mean semaphore => sem_open(pszSemaphoreName, O_CREAT, S_IRWXU | S_IRWXG | S_IRWXO, 0);
On Fri, Jul 18, 2014 at 11:45 AM, Richard Hipp <[email protected]> wrote: > On Thu, Jul 17, 2014 at 5:10 AM, Micka <[email protected]> wrote: > > > Well, > > > > All of my process are using Mutex to protect sqlite from concurrent > access. > > > > What kind of mutex are you using that works across processs? All the > mutexes I know about only work for a single process. > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

