Procmgmt second patch:
commit23962a2be97b144ec3e2f1071bc5c878d2277773
authorprabatuty <prabatuty>
Wed, 7 Nov 2007 19:54:24 +0000 (7 19:54 +0000)
committerprabatuty <prabatuty>
Wed, 7 Nov 2007 19:54:24 +0000 (7 19:54 +0000)
tree6adeafeca1bf33ed84b84874445a8f332020603a
parent77b95121a4a480dfc6bdbb322b55faba6182624e
Procmgmt second patch:
Test script is at threadtest1.c.
The first thread which registers will open and attach the shared memory segment and rest all will just access the shared memory segment.
The last thread in the process will detach the shared memory segment.
csql.kdevelop.pcs
csql.kdevses
include/Database.h
include/Globals.h
include/Process.h
src/server/Database.cxx
src/server/DatabaseManagerImpl.cxx
src/server/Mutex.cxx
src/server/Process.cxx
src/server/SessionImpl.cxx
test/dbapi/Connection/threadtest1.c