BUG#: 2057
authorsushma.fernandes <sushma.fernandes>
Tue, 5 Oct 2004 00:11:53 +0000 (00:11 +0000)
committersushma.fernandes <sushma.fernandes>
Tue, 5 Oct 2004 00:11:53 +0000 (00:11 +0000)
commit64f988e9523dad8bfcff6291c8d63025bfd4a917
tree48fccfc9d280d4b0bbbf2c7c0a903e584af52d22
parent5caf527103f0e7278d847f4a1c0b39880c3e477a
BUG#: 2057
TITLE: cimserver coredumps when running multiple TestClients

DESCRIPTION: Changes to Monitor.cpp and HTTPConnection.cpp to resolve several synchronization problems. Problems resolved  include: (1) Use of the entryState field to synchronize access to the connection object between a Worker thread writing a response and the Monitor thread reading from the connection (2) Creation of a Mutex synchronize access to the tickle socket
src/Pegasus/Common/HTTPConnection.cpp
src/Pegasus/Common/Monitor.cpp
src/Pegasus/Common/Monitor.h