Click here to Skip to main content
15,917,005 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ConnectionPoint and IDL Pin
gialli2-Feb-04 0:18
gialli2-Feb-04 0:18 
GeneralRe: ConnectionPoint and IDL Pin
Steve S2-Feb-04 2:30
Steve S2-Feb-04 2:30 
GeneralRe: ConnectionPoint and IDL Pin
gialli2-Feb-04 3:06
gialli2-Feb-04 3:06 
GeneralRe: ConnectionPoint and IDL Pin
Steve S2-Feb-04 4:20
Steve S2-Feb-04 4:20 
GeneralPrinting/Print Preview by WTL Pin
Nekronomykon1-Feb-04 14:28
Nekronomykon1-Feb-04 14:28 
Generalljkefsdf Pin
fishboyzyf77031730-Jan-04 17:31
fishboyzyf77031730-Jan-04 17:31 
GeneralThread safety of VS.NET STL Pin
User 988530-Jan-04 16:41
User 988530-Jan-04 16:41 
GeneralRe: Thread safety of VS.NET STL Pin
Joaquín M López Muñoz1-Feb-04 2:26
Joaquín M López Muñoz1-Feb-04 2:26 
Dinkumware's STL is thread-safe in a very weak manner: if thread A uses container instance a and thread B uses a different container instance b, no threading problems arise. But if the same container instance is simultaneously handled by two different threads, no guarantee is made at all: you will have to synchronize access to the container by your own.

There are good reasons for not providing stronger thread-safety: the rationale is that oftenly most of the time the program has its own concepts about what an atomic operation is, and this may involve more than one call to STL; for instance in an accounting program an atomic transaction operation involves removing an element from somewhere and inserting it somewhere else. In these situations, simple thread-safety at the call invocation level does not suffice.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Thread safety of VS.NET STL Pin
User 98851-Feb-04 7:18
User 98851-Feb-04 7:18 
GeneralRe: Thread safety of VS.NET STL Pin
Jörgen Sigvardsson1-Feb-04 8:23
Jörgen Sigvardsson1-Feb-04 8:23 
GeneralRe: Thread safety of VS.NET STL Pin
User 98851-Feb-04 9:07
User 98851-Feb-04 9:07 
GeneralRe: Thread safety of VS.NET STL Pin
Joaquín M López Muñoz1-Feb-04 10:52
Joaquín M López Muñoz1-Feb-04 10:52 
GeneralRe: Thread safety of VS.NET STL Pin
Nemanja Trifunovic1-Feb-04 7:31
Nemanja Trifunovic1-Feb-04 7:31 
GeneralMaking project problem Pin
Rassul Yunussov30-Jan-04 13:46
Rassul Yunussov30-Jan-04 13:46 
GeneralATL DLL in Embedded Visual C++ Pin
payday1130-Jan-04 10:19
payday1130-Jan-04 10:19 
GeneraliCON OVERLAY Pin
mjvalan29-Jan-04 19:41
mjvalan29-Jan-04 19:41 
GeneralMimic Acrobat Reader behavior for a new file type Pin
pnyr29-Jan-04 8:21
pnyr29-Jan-04 8:21 
GeneralRe: Mimic Acrobat Reader behavior for a new file type Pin
Michael Dunn29-Jan-04 16:49
sitebuilderMichael Dunn29-Jan-04 16:49 
GeneralRe: Mimic Acrobat Reader behavior for a new file type Pin
pnyr30-Jan-04 11:53
pnyr30-Jan-04 11:53 
Questioncould the image and text be putted into a listview? Pin
freehawk28-Jan-04 22:08
freehawk28-Jan-04 22:08 
AnswerRe: could the image and text be putted into a listview? Pin
valikac29-Jan-04 6:28
valikac29-Jan-04 6:28 
GeneralRe: could the image and text be putted into a listview? Pin
freehawk29-Jan-04 13:51
freehawk29-Jan-04 13:51 
QuestionCould you give me any advice? Pin
freehawk28-Jan-04 17:54
freehawk28-Jan-04 17:54 
GeneralSTL valarray and slices Pin
Miszou28-Jan-04 11:53
Miszou28-Jan-04 11:53 
GeneralRe: STL valarray and slices Pin
Stuart Dootson28-Jan-04 22:26
professionalStuart Dootson28-Jan-04 22:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.